Have a Question?
Comment_Author
A WordPress hook that is utilized to filter the comment author’s name for display.
Hook: comment_Author
Source:
wp-includes/comment-template.php.
Example:
echo apply_filters( 'comment_author', $author, $comment->comment_ID );
Used by: comment_author