apply_filters( ‘comment_moderation_headers’, string $message_headers, int $comment_id )

In this article

Filters the comment moderation email headers.

Parameters

$message_headersstring
Headers for the comment moderation email.
$comment_idint
Comment ID.

Source

$message_headers = apply_filters( 'comment_moderation_headers', $message_headers, $comment_id );

Changelog

VersionDescription
2.8.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.