wpseek.com
A WordPress-centric search engine for devs and theme authors



author_email › WordPress Filter Hooks

Since4.1.0
Deprecatedn/a
apply_filters( 'author_email', $comment_author_email, $comment->comment_ID )
Parameters: (2)
  • (string) $comment_author_email The comment author's email address.
    Required: Yes
  • (string) $comment_id The comment ID as a numeric string.
    Required: Yes
Defined at:
Codex:

Filters the comment author's email for display.





Source

echo apply_filters( 'author_email', $comment_author_email, $comment->comment_ID );