wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



author_email › WordPress Filter Hooks

Da4.1.0
Deprecaton/a
apply_filters( 'author_email', $comment_author_email, $comment->comment_ID )
Parametri: (2)
  • (string) $comment_author_email The comment author's email address.
    Richiesto:
  • (string) $comment_id The comment ID as a numeric string.
    Richiesto:
Definito a:
Codex:

Filters the comment author's email for display.





Sorgenti

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