acf_get_local_json_files()ACF 5.9.0

Returns an array of found JSON field group files.

Хуков нет.

Возвращает

type. Description.

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

acf_get_local_json_files();

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

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

Код acf_get_local_json_files() ACF 6.0.4

function acf_get_local_json_files() {
	return acf_get_instance( 'ACF_Local_JSON' )->get_files();
}