Support

Account

Home Forums ACF PRO Get all field groups related to post Reply To: Get all field groups related to post

  • $groups = acf_get_field_groups($post_id'); will get the field groups, but does not include the fields. You then need to loop through the field groups and use $fields = acf_get_fields($group_key);