Filters a taxonomy term object.
Description
The ‘get_$taxonomy’ hook is also available for targeting a specific taxonomy.
Parameters
$_term
WP_Term- Term object.
$taxonomy
string- The taxonomy slug.
Source
$_term = apply_filters( 'get_term', $_term, $taxonomy );
User Contributed Notes
You must log in before being able to contribute a note or feedback.