get_field_options

For a given field, return all the available tags (nodes) or selectable options.

Variable Description Data type Default value
$ref * The ID or shortname of the field integer
$nodeinfo Provides extended field option information if set to TRUE. boolean false

Return values

A list of the options for the field, for example, for a country field this would be a list of countries.

If $nodeinfo is TRUE, each field will return

  • ref - The unique id of the field option
  • name' - The translated text of the option
  • parent - The parent option ID (used by category tree fields)
  • order_by - used to determine rendering order