get_taxonomies


get_taxonomies ( $args = array(), $output = 'names', $operator = 'and' )

Parameters:
  • (array) args Optional. An array of `key => value` arguments to match against the taxonomy objects. Default empty array.
  • (string) output Optional. The type of output to return in the array. Either 'names' or 'objects'. Default 'names'.
  • (string) operator Optional. The logical operation to perform. Accepts 'and' or 'or'. 'or' means only one element from the array needs to match; 'and' means all elements must match. Default 'and'.
Returns:
  • (string[]|WP_Taxonomy[]) An array of taxonomy names or objects.
Defined at:

Description

Retrieves a list of registered taxonomy names or objects.

Related Functions

get_the_taxonomies, the_taxonomies, get_post_taxonomies, get_taxonomy, get_object_taxonomies

Top Google Results

User discussions

wpseek mobile