4726* @since 2.5.0 Deprecated in favor of {@see 'term_link'} filter.4727* @since 5.4.1Restored(un-deprecated).4728*4729* @param string$termlink Category link URL.4730* @param int$term_id Term ID.4731*/4732$termlink=apply_filters('category_link',$termlink,$term->term_id);4733}47344735/**4736* Filters the term link.4737*4738* @since 2.5.0
History
Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.