4715* @since 2.5.0 Deprecated in favor of {@see 'term_link'} filter.4716* @since 5.4.1Restored(un-deprecated).4717*4718* @param string$termlink Category link URL.4719* @param int$term_id Term ID.4720*/4721$termlink=apply_filters('category_link',$termlink,$term->term_id);4722}47234724/**4725* Filters the term link.4726*4727* @since 2.5.0
History
Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.