Filters the comment edit link anchor tag.
$linkstring$comment_idstring$textstringwp-includes/link-template.php:1668edit_comment_link() * @since 2.3.0 * * @param string $link Anchor tag for the edit link. * @param string $comment_id Comment ID as a numeric string. * @param string $text Anchor text. */ echo $before . apply_filters( 'edit_comment_link', $link, $comment->comment_ID, $text ) . $after;} /** * Displays the edit bookmark link. * * @since 2.7.0Introduced in 2.3.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.