wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



get_categories_taxonomy › Les Filtres WordPress

Depuis2.7.0
Dépréciéen/a
apply_filters( 'get_categories_taxonomy', $args['taxonomy'], $args )
Paramètres: (2)
  • (string) $taxonomy Taxonomy to retrieve terms from.
    Requis: Oui
  • (array) $args An array of arguments. See get_terms().
    Requis: Oui
Défini(e) dans:
Codex:

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





Source

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