4781* @since 2.5.0 Deprecated in favor of {@see 'term_link'} filter.4782* @since 5.4.1Restored(un-deprecated).4783*4784* @param string$termlink Tag link URL.4785* @param int$term_id Term ID.4786*/4787$termlink=apply_filters('tag_link',$termlink,$term->term_id);4788}elseif('category'===$taxonomy){47894790/**4791* Filters the category link.4792*4793* @since 1.5.0
History
Introduced in 2.3.0. Unchanged from 6.7.7 through 7.1.0.