spam_comment

动作钩子
do_action( 'spam_comment', $comment->comment_ID, $comment )
参数
  • (int) $comment_id The comment ID.
    Required:
  • (WP_Comment) $comment The comment to be marked as spam.
    Required:
定义位置
相关勾子
unspam_commentspammed_commentunspammed_commenttrash_commentatom_comments_ns
相关方法
wp_spam_commentwp_unspam_commentseparate_commentshave_commentswp_allow_commentwp_ajax_dim_comment
引入
4.9.0
弃用
-

spam_comment动作: 当一个评论被标记为垃圾邮件时,在数据库中实际更新该评论之前,WordPress会触发spam_comment动作。这个动作可以用来在评论被标记为垃圾邮件时执行额外的动作,例如向网站管理员发送通知邮件或记录该事件。

在评论被标记为垃圾邮件之前立即生效。

do_action( 'spam_comment', $comment->comment_ID, $comment );

常见问题

FAQs
查看更多 >