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



get_term › WordPress Filter Hooks

Seit4.4.0
Veraltetn/v
apply_filters( 'get_term', $_term, $taxonomy )
Parameter: (2)
  • (WP_Term) $_term Term object.
    Erforderlich: Ja
  • (string) $taxonomy The taxonomy slug.
    Erforderlich: Ja
Definiert in:
Codex:

Filters a taxonomy term object.

The {@see 'get_$taxonomy'} hook is also available for targeting a specific taxonomy.





Quellcode

$_term = apply_filters( 'get_term', $_term, $taxonomy );