4794* @since 2.5.0 Deprecated in favor of {@see 'term_link'} filter.4795* @since 5.4.1Restored(un-deprecated).4796*4797* @param string$termlink Category link URL.4798* @param int$term_id Term ID.4799*/4800$termlink=apply_filters('category_link',$termlink,$term->term_id);4801}48024803/**4804* Filters the term link.4805*4806* @since 2.5.0
History
Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.