过滤评论审核电子邮件标头。
原型
apply_filters( 'comment_moderation_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_moderation_headers/