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



get_term › Les Filtres WordPress

Depuis4.4.0
Dépréciéen/a
apply_filters( 'get_term', $_term, $taxonomy )
Paramètres: (2)
  • (WP_Term) $_term Term object.
    Requis: Oui
  • (string) $taxonomy The taxonomy slug.
    Requis: Oui
Défini(e) dans:
Codex:

Filters a taxonomy term object.

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





Source

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