comment_moderation_text

过滤钩子
apply_filters( 'comment_moderation_text', $notify_message, $comment_id )
参数
  • (string) $notify_message Text of the comment moderation email.
    Required:
  • (int) $comment_id Comment ID.
    Required:
定义位置
相关勾子
comment_moderation_subjectcomment_moderation_headerscomment_moderation_recipientscomment_notification_textcomment_text
相关方法
comment_textcomment_dateget_comments_number_textcomment_timecomment_form_titlecomment_text_rss
引入
1.5.2
弃用
-

comment_moderation_text: 这个过滤钩子允许开发者修改评论审核邮件的内容。

过滤评论修改的电子邮件文本。

$notify_message = apply_filters( 'comment_moderation_text', $notify_message, $comment_id );

常见问题

FAQs
查看更多 >