apply_filters( 'comment_notification_headers', string $message_headers , int $comment_id )
Filters the comment notification email headers.
Description Description
Parameters Parameters
- $message_headers
-
(string) Headers for the comment notification email.
- $comment_id
-
(int) Comment ID.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.5.2 | Introduced. |