On this page
apply_filters( 'get_term', WP_Term $_term, string $taxonomy )
Filters a taxonomy term object.
Description
The ‘get_$taxonomy’ hook is also available for targeting a specific taxonomy.
Parameters
$_termWP_Term-
Term object.
$taxonomystring-
The taxonomy slug.
Source
File: wp-includes/taxonomy.php. View all references
$_term = apply_filters( 'get_term', $_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_term