ACF_Ajax::__construct() public ACF 5.7.2
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 5.9.1
function __construct() {
$this->initialize();
$this->add_actions();
}