Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/comment-template.php | apply_filters | 131 | /** * Filters the comment author's email for display. * * @since 1.2.0 * @since 4.1.0 The `$comment_ID` parameter was added. * * @param string $author_email The comment author's email address. * @param string $comment_ID The comment ID as a numeric string. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $author_email | The comment author's email address. |
string | $comment_ID | The comment ID as a numeric string. |