WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about pre_comment_author_email

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/comment.php apply_filters 612 /**
* 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.
*/
wp-includes/comment.php apply_filters 2134 /**
* Filters the comment author's IP address before it is set.
*
* @since 1.5.0
*
* @param string $comment_author_ip The comment author's IP address.
*/

Hook Parameters

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