4713* @since 2.5.0 Deprecated in favor of {@see 'term_link'} filter.4714* @since 5.4.1Restored(un-deprecated).4715*4716* @param string$termlink Tag link URL.4717* @param int$term_id Term ID.4718*/4719$termlink=apply_filters('tag_link',$termlink,$term->term_id);4720}elseif('category'===$taxonomy){47214722/**4723* Filters the category link.4724*4725* @since 1.5.0
History
Introduced in 2.3.0. Unchanged from 6.7.7 through 7.1.0.