Filters the returned single comment permalink.
Description
See also
Parameters
$comment_link
string- The comment permalink with
'#comment-$id'
appended. $comment
WP_Comment- The current comment object.
$args
array- An array of arguments to override the defaults.
$cpage
int- The calculated
'cpage'
value.
Source
return apply_filters( 'get_comment_link', $comment_link, $comment, $args, $cpage );
User Contributed Notes
You must log in before being able to contribute a note or feedback.