unspam_comment

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

“unspam_comment”是 WordPress 中的一个函数,用于反垃圾评论。 此功能将评论的状态从垃圾邮件更改为已批准,使其在网站上可见。

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

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

常见问题

FAQs
查看更多 >