Support

Account

Home Forums General Issues Retrieve all possible field options Reply To: Retrieve all possible field options

  • Hi @cmegown

    Yes, just use the get_field_object to find the $field array. Within that array you will see the field’s choices.

    This function uses a $field_name parameter, but you may also need to specify a $post_id parameter of a post where this field has saved a value. If this is not possible, please use the $field_key instead of the $field_name.

    Thanks
    E