acf_get_local_json_files()
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() 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();
}