Wordpress 钩子:comment_notification_headers
文章目录
过滤评论通知电子邮件标头。
原型
apply_filters( 'comment_notification_headers', string $message_headers, int $comment_id )
参数
$message_headers
(string)
评论通知电子邮件的标题。
$comment_id
(int)
评论ID。
源文件
路径:wp-includes/pluggable.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/comment_notification_headers/
文章作者 iBllex
上次更新 2019-02-16