On this page
apply_filters( "get_{$taxonomy}", WP_Term $_term, string $taxonomy )
Filters a taxonomy term object.
Description
The dynamic portion of the hook name, $taxonomy, refers to the slug of the term’s taxonomy.
Possible hook names include:
get_categoryget_post_tag
Parameters
$_termWP_Term-
Term object.
$taxonomystring-
The taxonomy slug.
Source
File: wp-includes/taxonomy.php. View all references
$_term = apply_filters( "get_{$taxonomy}", $_term, $taxonomy );
Related
Used By
| Used By | Description |
|---|---|
| get_term() wp-includes/taxonomy.php | Gets all term data from database by term ID. |
Changelog
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/get_taxonomy