acf_init()
Alias of acf()->init() - the core ACF init function.
Хуков нет.
Возвращает
null. Ничего (null).
Использование
acf_init();
Список изменений
| С версии 5.0.0 | Введена. |
Код acf_init() acf init ACF 6.4.2
function acf_init() {
acf()->init();
}
Alias of acf()->init() - the core ACF init function.
Хуков нет.
null. Ничего (null).
acf_init();
| С версии 5.0.0 | Введена. |
function acf_init() {
acf()->init();
}