wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



get_categories_taxonomy › WordPress Filter Hooks

Seit2.7.0
Veraltetn/v
apply_filters( 'get_categories_taxonomy', $args['taxonomy'], $args )
Parameter: (2)
  • (string) $taxonomy Taxonomy to retrieve terms from.
    Erforderlich: Ja
  • (array) $args An array of arguments. See get_terms().
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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