Filter hook 'get_comment_author_email'

in WP Core File wp-includes/comment-template.php at line 108

Description

Filters the comment author's returned email address.

Occurrences

Filename Line Number
wp-includes/comment-template.php 108

Parameters

Type Name Description
string $comment_author_email The comment author's email address.
string $comment_id The comment ID as a numeric string.
WP_Comment $comment The comment object.

PHP Doc

/**
	 * Filters the comment author's returned email address.
	 *
	 * @since 1.5.0
	 * @since 4.1.0 The `$comment_id` and `$comment` parameters were added.
	 *
	 * @param string     $comment_author_email The comment author's email address.
	 * @param string     $comment_id           The comment ID as a numeric string.
	 * @param WP_Comment $comment              The comment object.
	 */