1160*1161* @since 3.1.01162*1163* @param string$link The anchor tag for the edit link.1164* @param int$term_id Term ID.1165*/1166$link=$before.apply_filters('edit_term_link',$link,$term->term_id).$after;11671168if($display){1169echo$link;1170}else{1171return$link;1172}
History
Introduced in 3.1.0. Unchanged from 6.7.7 through 7.1.0.