acf_get_local_json_files()ACF 5.9.0

Returns an array of found JSON field group files.

No Hooks.

Returns

type. Description.

Usage

acf_get_local_json_files();

Changelog

Since 5.9.0 Introduced.

acf_get_local_json_files() code ACF 6.0.4

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