ACF_Local_JSON::scan_field_groups
Scans for JSON field groups.
Method of the class: ACF_Local_JSON{}
No Hooks.
Returns
array.
Usage
$ACF_Local_JSON = new ACF_Local_JSON(); $ACF_Local_JSON->scan_field_groups();
Changelog
| Since 5.9.0 | Introduced. |
ACF_Local_JSON::scan_field_groups() ACF Local JSON::scan field groups code ACF 6.8.8
function scan_field_groups() {
return $this->scan_files( 'acf-field-group' );
}