4735* @since 2.5.0 Deprecated in favor of {@see 'term_link'} filter.4736* @since 5.4.1Restored(un-deprecated).4737*4738* @param string$termlink Tag link URL.4739* @param int$term_id Term ID.4740*/4741$termlink=apply_filters('tag_link',$termlink,$term->term_id);4742}elseif('category'===$taxonomy){47434744/**4745* Filters the category link.4746*4747* @since 1.5.0
History
Introduced in 2.3.0. Unchanged from 6.7.7 through 7.1.0.