comment_moderation_recipients

过滤钩子
apply_filters( 'comment_moderation_recipients', $emails, $comment_id )
参数
  • (string[]) $emails List of email addresses to notify for comment moderation.
    Required:
  • (int) $comment_id Comment ID.
    Required:
定义位置
相关勾子
comment_notification_recipientscomment_moderation_headerscomment_moderation_subjectcomment_moderation_textcomment_post_redirect
相关方法
comment_author_ipcomment_author_rsscomment_footer_diecomment_datecomment_author_email_linkget_comment_to_edit
引入
3.7.0
弃用
-

comment_moderation_recipients: 这个过滤钩子允许开发者修改评论审核邮件的收件人列表。

过滤评论审核邮件的收件人列表。

$emails = apply_filters( 'comment_moderation_recipients', $emails, $comment_id );

常见问题

FAQs
查看更多 >