acf_admin_options_page::__construct()
__construct
Initialize filters, action, variables and includes
Метод класса: acf_admin_options_page{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$acf_admin_options_page = new acf_admin_options_page(); $acf_admin_options_page->__construct();
Список изменений
С версии 5.0.0 | Введена. |
Код acf_admin_options_page::__construct() acf admin options page:: construct ACF 6.0.4
function __construct() { // add menu items add_action( 'admin_menu', array( $this, 'admin_menu' ), 99, 0 ); }