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



comment_notification_headers › WordPress Filter Hooks

Seit1.5.2
Veraltetn/v
apply_filters( 'comment_notification_headers', $message_headers, $comment->comment_ID )
Parameter: (2)
  • (string) $message_headers Headers for the comment notification email.
    Erforderlich: Ja
  • (string) $comment_id Comment ID as a numeric string.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the comment notification email headers.





Quellcode

$message_headers = apply_filters( 'comment_notification_headers', $message_headers, $comment->comment_ID );