Support

Account

Home Forums Backend Issues (wp-admin) How can I get field_object without post? Reply To: How can I get field_object without post?

  • You can get all the fields in a field group if you know the group key.

    $fields = acf_get_fields('group_557b7c925ca6b')

    You can then loop through the fields (and recurse through sub fields) to find the field you’re looking for.