Filters the comment author’s URL for display.
Parameters
$comment_author_url
string- The comment author’s URL.
$comment_id
string- The comment ID as a numeric string.
Source
echo apply_filters( 'comment_url', $comment_author_url, $comment->comment_ID );
User Contributed Notes
You must log in before being able to contribute a note or feedback.