spammed_comment

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

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

在一个评论被标记为垃圾邮件后立即生效。

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

常见问题

FAQs
查看更多 >