wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



get_comment_author_email › WordPress Filter Hooks

Seit4.1.0
Veraltetn/v
apply_filters( 'get_comment_author_email', $comment->comment_author_email, $comment->comment_ID, $comment )
Parameter: (3)
  • (string) $comment_author_email The comment author's email address.
    Erforderlich: Ja
  • (string) $comment_id The comment ID as a numeric string.
    Erforderlich: Ja
  • (WP_Comment) $comment The comment object.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the comment author's returned email address.





Quellcode

return apply_filters( 'get_comment_author_email', $comment->comment_author_email, $comment->comment_ID, $comment );