Filters the anchor tag for the edit link for a tag (or term in another taxonomy).
$linkstringwp-includes/link-template.php:1065edit_tag_link() * Filters the anchor tag for the edit link for a tag (or term in another taxonomy). * * @since 2.7.0 * * @param string $link The anchor tag for the edit link. */ echo $before . apply_filters( 'edit_tag_link', $link ) . $after;} /** * Retrieves the URL for editing a given term. * * @since 3.1.0Introduced in 2.7.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.