acf_init()ACF 5.0.0

Alias of acf()->init() - the core ACF init function.

Хуков нет.

Возвращает

null. Ничего (null).

Использование

acf_init();

Список изменений

С версии 5.0.0 Введена.

Код acf_init() ACF 6.4.2

function acf_init() {
	acf()->init();
}