4702* @since 2.5.0 Deprecated in favor of {@see 'term_link'} filter.4703* @since 5.4.1Restored(un-deprecated).4704*4705* @param string$termlink Tag link URL.4706* @param int$term_id Term ID.4707*/4708$termlink=apply_filters('tag_link',$termlink,$term->term_id);4709}elseif('category'===$taxonomy){47104711/**4712* Filters the category link.4713*4714* @since 1.5.0
History
Introduced in 2.3.0. Unchanged from 6.7.7 through 7.1.0.