Filters the comment edit link.
Parameters
$locationstring- The edit link.
$comment_idint- Unique ID of the comment to generate an edit link.
$contextstring- Context to include HTML entities in link. Default
'display'.
Source
return apply_filters( 'get_edit_comment_link', $location, $comment_id, $context );
User Contributed Notes
You must log in before being able to contribute a note or feedback.