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



comment_notification_text › WordPress Filter Hooks

Seit1.5.2
Veraltetn/v
apply_filters( 'comment_notification_text', $notify_message, $comment->comment_ID )
Parameter: (2)
  • (string) $notify_message The comment notification email text.
    Erforderlich: Ja
  • (string) $comment_id Comment ID as a numeric string.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the comment notification email text.





Quellcode

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