comment_notification_headers

最后更新于:2021-11-26 03:58:12

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

Filters the comment notification email headers.

参数

$message_headers

(string)
Headers for the comment notification email.

$comment_id

(int)
Comment ID.

源文件

文件: gc-includes/pluggable.php

View on Trac