wordpress / latest / hooks / comment_moderation_headers.html

apply_filters( 'comment_moderation_headers', string $message_headers, int $comment_id )

Filters the comment moderation email headers.

Parameters

$message_headers string
Headers for the comment moderation email.
$comment_id int
Comment ID.

Source

File: wp-includes/pluggable.php. View all references

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

Used By

Used By Description

Changelog

Version Description
2.8.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/comment_moderation_headers