wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



get_categories_taxonomy › Filtr WordPress Hooks

Od2.7.0
Przestarzałyn/a
apply_filters( 'get_categories_taxonomy', $args['taxonomy'], $args )
Parametry: (2)
  • (string) $taxonomy Taxonomy to retrieve terms from.
    Wymagane: Tak
  • (array) $args An array of arguments. See get_terms().
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

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