Filters the edit link for a tag (or term in another taxonomy).
$linkstringwp-includes/link-template.php:1041get_edit_tag_link() * Filters the edit link for a tag (or term in another taxonomy). * * @since 2.7.0 * * @param string $link The term edit link. */ return apply_filters( 'get_edit_tag_link', get_edit_term_link( $tag, $taxonomy ) );} /** * Displays or retrieves the edit link for a tag with formatting. * * @since 2.7.0Introduced in 2.7.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.