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



get_{$taxonomy} › WordPress Filter Hooks

Seit4.4.0
Veraltetn/v
apply_filters( "get_{$taxonomy}", $_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 dynamic portion of the hook name, $taxonomy, refers to the slug of the term's taxonomy.

Possible hook names include:

  • get_category
  • get_post_tag




Quellcode

$_term = apply_filters( "get_{$taxonomy}", $_term, $taxonomy );