ACF_Ajax::__construct
__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 Ajax:: construct ACF 6.8.8
function __construct() {
$this->initialize();
$this->add_actions();
}