acf_loop::__construct
This function will setup the class functionality
Метод класса: acf_loop{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$acf_loop = new acf_loop(); $acf_loop->__construct();
Список изменений
| С версии 5.0.0 | Введена. |
Код acf_loop::__construct() acf loop:: construct ACF 6.4.2
function __construct() {
// vars
$this->loops = array();
}