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



comment_notification_text › Les Filtres WordPress

Depuis1.5.2
Dépréciéen/a
apply_filters( 'comment_notification_text', $notify_message, $comment->comment_ID )
Paramètres: (2)
  • (string) $notify_message The comment notification email text.
    Requis: Oui
  • (string) $comment_id Comment ID as a numeric string.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the comment notification email text.





Source

$notify_message = apply_filters( 'comment_notification_text', $notify_message, $comment->comment_ID );