Filters the comment author’s email for display.
Description
Care should be taken to protect the email address and assure that email harvesters do not capture your commenter’s email address.
Parameters
$comment_author_email
string- The comment author’s email address.
$comment
WP_Comment- The comment object.
Source
$comment_author_email = apply_filters( 'comment_email', $comment->comment_author_email, $comment );
User Contributed Notes
You must log in before being able to contribute a note or feedback.