1015* @since 2.3.01016* @since 4.4.0`$_term` is now a `WP_Term`object.1017*1018* @param WP_Term$_term Term object.1019* @param string$taxonomy The taxonomy slug.1020*/1021$_term=apply_filters('get_term',$_term,$taxonomy);10221023/**1024* Filters a taxonomy term object.1025*1026* The dynamic portion of the hook name,`$taxonomy`, refers1027* to the slug of the term's taxonomy.
History
Introduced in 2.3.0. Unchanged from 6.7.7 through 7.1.0.