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: - Introduced in WordPress: 3.0.0
- Deprecated in WordPress: —
Description
Retrieves a list of registered taxonomy names or objects.