acf_get_raw_field_groups()ACF 5.7.10

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() code ACF 6.8.8

function acf_get_raw_field_groups() {
	return acf_get_raw_internal_post_type_posts( 'acf-field-group' );
}