acf_get_raw_field_groups()
acf_get_raw_field_groups
Returns and array of raw field_group data.
No Hooks.
Returns
array.
Usage
acf_get_raw_field_groups();
Changelog
| Since 5.7.10 | Introduced. |
acf_get_raw_field_groups() acf get raw field groups code ACF 6.8.8
function acf_get_raw_field_groups() {
return acf_get_raw_internal_post_type_posts( 'acf-field-group' );
}