ACF_Ajax::__construct()
__construct
Sets up the class functionality.
Метод класса: ACF_Ajax{}
Хуков нет.
Возвращает
null
. Ничего.
Использование
$ACF_Ajax = new ACF_Ajax(); $ACF_Ajax->__construct();
Список изменений
С версии 5.7.2 | Введена. |
Код ACF_Ajax::__construct() ACF Ajax:: construct ACF 6.0.4
function __construct() { $this->initialize(); $this->add_actions(); }