Description
Filters the taxonomy used to retrieve terms when calling get_categories().
Occurrences
Filename | Line Number |
---|---|
wp-includes/category.php | 38 |
Parameters
Type | Name | Description |
---|---|---|
string | $taxonomy | Taxonomy to retrieve terms from. |
array | $args | An array of arguments. See get_terms(). |
PHP Doc
/**
* Filters the taxonomy used to retrieve terms when calling get_categories().
*
* @since 2.7.0
*
* @param string $taxonomy Taxonomy to retrieve terms from.
* @param array $args An array of arguments. See get_terms().
*/