Filters the comment edit link.
$locationstring$comment_idint$contextstringwp-includes/link-template.php:1634get_edit_comment_link() * @since 6.7.0 The $comment_id and $context parameters are now being passed to the filter. * * @param string $location The edit link. * @param int $comment_id Unique ID of the comment to generate an edit link. * @param string $context Context to include HTML entities in link. Default 'display'. */ return apply_filters( 'get_edit_comment_link', $location, $comment_id, $context );} /** * Displays the edit comment link with formatting. * * @since 1.0.0Introduced in 2.3.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.