wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



get_categories_taxonomy › WordPress Filter Hooks

Da2.7.0
Deprecaton/a
apply_filters( 'get_categories_taxonomy', $args['taxonomy'], $args )
Parametri: (2)
  • (string) $taxonomy Taxonomy to retrieve terms from.
    Richiesto:
  • (array) $args An array of arguments. See get_terms().
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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