Filters the edit link for a term.
$locationstring$term_idint$taxonomystring$object_typestringwp-includes/link-template.php:1121get_edit_term_link() * * @param string $location The edit link. * @param int $term_id Term ID. * @param string $taxonomy Taxonomy name. * @param string $object_type The object type. */ return apply_filters( 'get_edit_term_link', $location, $term_id, $taxonomy, $object_type );} /** * Displays or retrieves the edit term link with formatting. * * @since 3.1.0Introduced in 3.1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.