WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about comment_email

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-comments-list-table.php apply_filters 958 /**
* @global string $comment_status
*
* @param WP_Comment $comment The comment object.
*/
wp-includes/comment-template.php apply_filters 194 /**
* Filters the comment author's email for display.
*
* Care should be taken to protect the email address and assure that email
* harvesters do not capture your commenter's email address.
*
* @since 1.2.0
* @since 4.1.0 The `$comment` parameter was added.
*
* @param string $comment_author_email The comment author's email address.
* @param WP_Comment $comment The comment object.
*/

Hook Parameters

Parameter Type Name Description
string $comment_author_email The comment author's email address.
WP_Comment $comment The comment object.