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