unspammed_comment

动作钩子
do_action( 'unspammed_comment', $comment->comment_ID, $comment )
参数
  • (string) $comment_id The comment ID as a numeric string.
    Required:
  • (WP_Comment) $comment The comment unmarked as spam.
    Required:
定义位置
相关勾子
spammed_commentunspam_commentspam_commentuntrashed_commentedit_comment
相关方法
wp_unspam_commentwp_spam_commentseparate_commentsedit_commenthave_commentswp_insert_comment
引入
4.9.0
弃用
-

“unspamd_comment”是 WordPress 中的一个动作钩子,在评论被取消垃圾邮件后执行。 在评论从垃圾邮件更改为已批准后,此钩子可用于执行其他操作,例如发送通知或更新数据库。

在评论未被标记为垃圾邮件后立即触发。

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

常见问题

FAQs
查看更多 >