wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



author_email › Les Filtres WordPress

Depuis4.1.0
Dépréciéen/a
apply_filters( 'author_email', $comment_author_email, $comment->comment_ID )
Paramètres: (2)
  • (string) $comment_author_email The comment author's email address.
    Requis: Oui
  • (string) $comment_id The comment ID as a numeric string.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the comment author's email for display.





Source

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