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