Retrieves a list of registered taxonomy names or objects.
Parameters
$argsarrayoptional
An array of key => value arguments to match against the taxonomy objects. Default empty array.Default: array()
$outputstringoptional
The type of output to return in the array. Either 'names' or 'objects'. Default 'names'.Default: 'names'
$operatorstringoptional
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'.Default: 'and'
Signature, return type and hooks compared across 5 parsed releases.
About this page
Parsed data
Generated from the wordpress-develop 7.1.0 tag, from src/wp-includes/taxonomy.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
Corrections
Something wrong on this page? Report it and it gets fixed in the next regeneration.