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
$_term = apply_filters( 'get_term', $_term, $taxonomy );
User Contributed Notes
You must log in before being able to contribute a note or feedback.