WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about get_categories_taxonomy

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/category.php apply_filters 38 /**
* 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().
*/

Hook Parameters

Parameter Type Name Description
string $taxonomy Taxonomy to retrieve terms from.
array $args An array of arguments. See get_terms().