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



get_terms › WordPress Filter Hooks

Seit4.6.0
Veraltetn/v
apply_filters( 'get_terms', $terms, $term_query->query_vars['taxonomy'], $term_query->query_vars, $term_query )
Parameter: (4)
  • (array) $terms Array of found terms.
    Erforderlich: Ja
  • (array|null) $taxonomies An array of taxonomies if known.
    Erforderlich: Ja
  • (array) $args An array of get_terms() arguments.
    Erforderlich: Ja
  • (WP_Term_Query) $term_query The WP_Term_Query object.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the found terms.





Quellcode

return apply_filters( 'get_terms', $terms, $term_query->query_vars['taxonomy'], $term_query->query_vars, $term_query );