Filter hook 'comment_moderation_headers'

in WP Core File wp-includes/pluggable.php at line 2038

Description

Filters the comment moderation email headers.

Occurrences

Filename Line Number
wp-includes/pluggable.php 2038

Parameters

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

PHP Doc

/**
		 * Filters the comment moderation email headers.
		 *
		 * @since 2.8.0
		 *
		 * @param string $message_headers Headers for the comment moderation email.
		 * @param int    $comment_id      Comment ID.
		 */