4752* @since 2.5.0 Deprecated in favor of {@see 'term_link'} filter.4753* @since 5.4.1Restored(un-deprecated).4754*4755* @param string$termlink Category link URL.4756* @param int$term_id Term ID.4757*/4758$termlink=apply_filters('category_link',$termlink,$term->term_id);4759}47604761/**4762* Filters the term link.4763*4764* @since 2.5.0
History
Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.