ACF_Ajax::__construct()publicACF 5.7.2

__construct

Sets up the class functionality.

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

Хуков нет.

Возвращает

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

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

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

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

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

Код ACF_Ajax::__construct() ACF 6.0.4

function __construct() {
	$this->initialize();
	$this->add_actions();
}