apply_filters( 'pre_comment_author_email', string $author_email_cookie )

Filters the comment author’s email cookie before it is set.


Description Description

When this filter hook is evaluated in wp_filter_comment(), the comment author’s email string is passed.


Parameters Parameters

$author_email_cookie

(string) The comment author email cookie.


Top ↑

Source Source

File: wp-includes/comment.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.