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