wpseek.com
A WordPress-centric search engine for devs and theme authors



comment_notification_headers › WordPress Filter Hooks

Since1.5.2
Deprecatedn/a
apply_filters( 'comment_notification_headers', $message_headers, $comment->comment_ID )
Parameters: (2)
  • (string) $message_headers Headers for the comment notification email.
    Required: Yes
  • (string) $comment_id Comment ID as a numeric string.
    Required: Yes
Defined at:
Codex:

Filters the comment notification email headers.





Source

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