Support

Account

Home Forums General Issues How to check for the current field group Reply To: How to check for the current field group

  • If you’re looking to get the fields of just one field group then instead of using get_field_objects() I would use an internal ACF functions that is not in the standard documentation

    
    $fields = acf_get_fields($group_key);