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