acf_loop::__construct()publicACF 5.0.0

__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 6.0.4

function __construct() {

	// vars
	$this->loops = array();

}