Filters the comment edit link.
Parameters
$location
string- The edit link.
$comment_id
int- Unique ID of the comment to generate an edit link.
$context
string- 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.