acf_admin_options_page::__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.4.2
public function __construct() {
// add menu items
add_action( 'admin_menu', array( $this, 'admin_menu' ), 99, 0 );
}