Filter hook 'pre_comment_author_email'

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

Description

Filters the comment author's email cookie before it is set. When this filter hook is evaluated in wp_filter_comment(), the comment author's email string is passed.

Occurrences

Filename Line Number
wp-includes/comment.php 611
wp-includes/comment.php 2137

Parameters

Type Name Description
string $author_email_cookie The comment author email cookie.

PHP Doc

/**
		 * Filters the comment author's email cookie before it is set.
		 *
		 * When this filter hook is evaluated in wp_filter_comment(),
		 * the comment author's email string is passed.
		 *
		 * @since 1.5.0
		 *
		 * @param string $author_email_cookie The comment author email cookie.
		 */