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檢查的實際評論。允許將這些評論從"批准的評論計數"查詢中排除,以避免人為地誇大批准的評論計數。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
$excluded_comment_types = apply_filters( 'akismet_excluded_comment_types', array() );
$excluded_comment_types = apply_filters( 'akismet_excluded_comment_types', array() );
$excluded_comment_types = apply_filters( 'akismet_excluded_comment_types', array() );

常見問題

FAQs
檢視更多 >