Filter hook 'comment_notification_headers'

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

Description

Filters the comment notification email headers.

Occurrences

Filename Line Number
wp-includes/pluggable.php 1853

Parameters

Type Name Description
string $message_headers Headers for the comment notification email.
string $comment_id Comment ID as a numeric string.

PHP Doc

/**
		 * Filters the comment notification email headers.
		 *
		 * @since 1.5.2
		 *
		 * @param string $message_headers Headers for the comment notification email.
		 * @param string $comment_id      Comment ID as a numeric string.
		 */