acf_options_page::__constructpublicACF 5.0.0

Initialize filters, action, variables and includes

Method of the class: acf_options_page{}

No Hooks.

Returns

null. Nothing (null).

Usage

$acf_options_page = new acf_options_page();
$acf_options_page->__construct();

Changelog

Since 5.0.0 Introduced.

acf_options_page::__construct() code ACF 6.8.8

function __construct() {

	/* do nothing */
}