Batch Comment Spam Deletion

توسط

Modifies the Empty Spam action in WordPress to process the spam deletion in batches, allowing you to delete thousands or even hundreds of thousands of spam comments at once without killing your server.

Have you found a bug or have a suggestion or improvement you’d like to submit? This plugin is available on Github and pull requests are welcome!

  1. Activate the plugin
  2. Go to Comments > Spam
  3. Use the “Empty Spam” button to clear out all spam comments

سوالات متداول

Installation Instructions

  1. Activate the plugin
  2. Go to Comments > Spam
  3. Use the “Empty Spam” button to clear out all spam comments

Can I change the number of comments deleted per batch?

Yes, there are two ways to do it.

  1. You can modify the number via a filter, like this:

    <?php
    function pw_bcsd_per_batch( $per_batch ) {

    $per_batch = 50;
    
    return $per_batch;
    

    }
    add_filter( ‘pw_bcpd_comments_per_batch’, ‘pw_bcsd_per_batch’ );

  2. You can modify it by adding a constant to your wp-config.php file:

    define( ‘PW_BCPD_PER_BATCH’, 50 );

تصویری برای این آیتم موجود نیست.
نظری برای این آیتم موجود نیست.
0 0 رای ها
امتیازدهی
اشتراک در
اطلاع از
0 نظرات
قدیمی‌ترین
تازه‌ترین بیشترین رأی
هیچ نسخه‌ای برای این آیتم موجود نیست.
★★★★★
★★★★★
5.0 /5 (10 نظر)

قیمت:

رایگان

نگارش

آخرین انتشار

14 اردیبهشت 1405

آخرین بروزرسانی

3 ماه پیش

نصب های فعال

1,000+

نگارش وردپرس

وردپرس 3.6+

تست شده از نسخه

وردپرس 4.9.29

نگارش PHP

-

تگ ها

نسخه ها

0 نسخه