Filters the comment moderation email headers.
Parameters
$message_headers
string- Headers for the comment moderation email.
$comment_id
int- Comment ID.
Source
$message_headers = apply_filters( 'comment_moderation_headers', $message_headers, $comment_id );
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.