ACF_Local_JSON::scan_field_groups
Scans for JSON field groups.
Метод класса: ACF_Local_JSON{}
Хуков нет.
Возвращает
Массив.
Использование
$ACF_Local_JSON = new ACF_Local_JSON(); $ACF_Local_JSON->scan_field_groups();
Список изменений
| С версии 5.9.0 | Введена. |
Код ACF_Local_JSON::scan_field_groups() ACF Local JSON::scan field groups ACF 6.4.2
function scan_field_groups() {
return $this->scan_files( 'acf-field-group' );
}