akismet_excluded_comment_types

过滤钩子
apply_filters( 'akismet_excluded_comment_types', array()
参数
  • (array) $comment_types An array of comment types that won't be considered when counting a user's approved comments.
    Required:
定义位置
  • wp-content/plugins/akismet/class.akismet.php , line 537
相关勾子
akismet_delete_comment_batchakismet_delete_comment_intervalakismet_delete_comment_limitakismet_comment_nonceget_comment_type
相关方法
get_comment_typeget_allowed_mime_typesis_avatar_comment_type_wp_batch_update_comment_typefeed_content_typeadd_comment_meta
引入
4.2.2
弃用
-

akismet_excluded_comment_types – 这个钩子用来指定应该被Akismet排除在处理之外的评论类型。

在计算用户批准的评论时,哪些评论类型应该被忽略?

有些插件会在评论表中添加条目,这些条目并不是可以被Akismet检查的实际评论。允许将这些评论从"批准的评论计数"查询中排除,以避免人为地夸大批准的评论计数。

$excluded_comment_types = apply_filters( 'akismet_excluded_comment_types', array() );

常见问题

FAQs
查看更多 >