apply_filters( 'author_email', string $author_email , string $comment_id )
Filters the comment author’s email for display.
Parameters
- $author_email
-
The comment author's email address.
- $comment_id
-
The comment ID as a numeric string.
Source
Changelog
| Version | Description |
|---|---|
| 4.1.0 | The $comment_id parameter was added. |
| 1.2.0 | Introduced. |