wpseek.com
A WordPress-centric search engine for devs and theme authors



get_categories_taxonomy › WordPress Filter Hooks

Since2.7.0
Deprecatedn/a
apply_filters( 'get_categories_taxonomy', $args['taxonomy'], $args )
Parameters: (2)
  • (string) $taxonomy Taxonomy to retrieve terms from.
    Required: Yes
  • (array) $args An array of arguments. See get_terms().
    Required: Yes
Defined at:
Codex:

Filters the taxonomy used to retrieve terms when calling get_categories().





Source

$args['taxonomy'] = apply_filters( 'get_categories_taxonomy', $args['taxonomy'], $args );