acf_admin_tools::__construct()publicACF 5.6.3

__construct

This function will setup the class functionality

Метод класса: acf_admin_tools{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$acf_admin_tools = new acf_admin_tools();
$acf_admin_tools->__construct();

Список изменений

С версии 5.6.3 Введена.

Код acf_admin_tools::__construct() ACF 6.0.4

function __construct() {

	// actions
	add_action( 'admin_menu', array( $this, 'admin_menu' ) );

}