Block Specific Spam Woo Orders

Block Specific Spam Woo Orders

توسط

This plugin prevents a specific set of WooCommerce fake/spam orders.
Simply install and activate the plugin; there are no settings or tweaks to be made unless you want to add your own filters.
The plugin extends WooCommerce’s built-in checkout validations to check for a specific set of known spam email accounts and names. If triggered, the spam bot simply cannot checkout and importantly does not get to the account creation stage.
The names/emails it checks for would only be used by spam bots, so there is no need to worry about false positives.

If you’ve found this plugin useful, you can support my work by buying me a coffee at:
Buy Me a Coffee.

How to Use Custom Filters

Starting from plugin version 0.77, you can extend the list of blocked email domains and blocked customer names using custom filters.

Available Filters:

  1. BSSO_extra_domains: Add custom email domains to block during the checkout process.
  2. BSSO_extra_names: Add custom first names to block during the checkout process.

Example Usage

To use these filters, add code to your theme’s functions.php file or a custom plugin.

1. Blocking Additional Email Domains

If you want to block additional email domains like exampledomain.com and spamdomain.net, use the BSSO_extra_domains filter.

Code Example:

add_filter('BSSO_extra_domains', function () {
    return ['exampledomain.com', 'spamdomain.net'];
});

2. Blocking Additional First Names

If you want to block additional first names like spambot and faker, use the BSSO_extra_names filter.

Code Example:

add_filter('BSSO_extra_names', function () {
    return ['spambot', 'faker'];
});

Complete Example

Here’s how you might use both filters together:

Code Example:

add_filter('BSSO_extra_domains', function () {
    return ['exampledomain.com', 'spamdomain.net'];
});

add_filter('BSSO_extra_names', function () {
    return ['spambot', 'faker'];
});

Version Compatibility

Please note that these filters are only available starting from version 0.77 of the plugin. Ensure your plugin is updated to at least this version to use the custom filters.

راهنمای نصب برای این آیتم موجود نیست.

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

Will you keep this plugin updated?

Yes, where possible, I will try my best to add additional checks if the attack vectors change.

تصویری برای این آیتم موجود نیست.
نظری برای این آیتم موجود نیست.
0 0 رای ها
امتیازدهی
اشتراک در
اطلاع از
0 نظرات
قدیمی‌ترین
تازه‌ترین بیشترین رأی
بازخورد (Feedback) های اینلاین
مشاهده همه دیدگاه ها
نسخه حجم فایل SHA256 تغییرات دانلود
0.79 3 کیلوبایت -
دانلود
×
★★★★★
★★★★★
5.0 /5 (10 نظر)

قیمت:

رایگان

نگارش

0.79

آخرین انتشار

13 اردیبهشت 1405

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

2 ماه پیش

نصب های فعال

1,000+

نگارش وردپرس

وردپرس 5.1+

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

وردپرس 6.9.4

نگارش PHP

PHP 5.4+

نسخه ها

1 نسخه