comment_notification_headers

Advertisement

Summery Summery

Filters the comment notification email headers.

Syntax Syntax

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

Parameters Parameters

$message_headers

Headers for the comment notification email.

$comment_id

Comment ID.

Source Source

File: wp-includes/pluggable.php

Advertisement

Changelog Changelog

Changelog
Version Description
1.5.2 Introduced.

Advertisement

Leave a Reply