wpseek.com
A WordPress-centric search engine for devs and theme authors
get_{$taxonomy} › WordPress Filter Hooks
Since4.4.0
Deprecatedn/a
› apply_filters( "get_{$taxonomy}", $_term, $taxonomy )
| Parameters: (2) |
|
| Defined at: |
|
| 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`Related Functions: get_taxonomy, get_taxonomies, get_taxonomy_labels, is_taxonomy, register_taxonomy, get_taxonomy_template
Related Hooks: edit_-taxonomy, create_-taxonomy, delete_-taxonomy, edited_-taxonomy, edit_term_taxonomy