ACF_Admin_Updates::__construct() public ACF 5.0.0
Sets up the class functionality.
{} Это метод класса: ACF_Admin_Updates{}
Хуков нет.
Возвращает
null
. Ничего.
Использование
$ACF_Admin_Updates = new ACF_Admin_Updates(); $ACF_Admin_Updates->__construct();
Список изменений
С версии 5.0.0 | Введена. |
Код ACF_Admin_Updates::__construct() ACF Admin Updates:: construct ACF 5.9.1
function __construct() {
// Add actions.
add_action( 'admin_menu', array($this, 'admin_menu'), 20 );
}