acf_admin_tools::__construct() public ACF 5.6.3
This function will setup the class functionality
{} Это метод класса: acf_admin_tools{}
Хуков нет.
Возвращает
n/a.
Использование
$acf_admin_tools = new acf_admin_tools(); $acf_admin_tools->__construct();
- (n/a) (обязательный)
Список изменений
С версии 5.6.3 | Введена. |
Код acf_admin_tools::__construct() acf admin tools:: construct ACF 5.9.1
function __construct() {
// actions
add_action('admin_menu', array($this, 'admin_menu'));
}