wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



get_{$taxonomy} › WordPress Filter Hooks

Da4.4.0
Deprecaton/a
apply_filters( "get_{$taxonomy}", $_term, $taxonomy )
Parametri: (2)
  • (WP_Term) $_term Term object.
    Richiesto:
  • (string) $taxonomy The taxonomy slug.
    Richiesto:
Definito a:
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




Sorgenti

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