过滤评论审核电子邮件的收件人列表。
原型
apply_filters( 'comment_moderation_recipients', array $emails, int $comment_id )
参数
$emails
(array)
要通知评论审核的电子邮件地址列表。
$comment_id
(int)
评论ID。
源文件
路径:wp-includes/pluggable.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/comment_moderation_recipients/