Support

Account

Home Forums Front-end Issues Retrieve all field options in admin Reply To: Retrieve all field options in admin

  • try ‘get_field_object($field_key)` but this will also default to the current post id. But the choices should be the same for all fields, shouldn’t they?

    you can also try acf_get_field($field_key) which is an internal ACF function that is used for getting a specific field.