Block risky WooCommerce orders, spam signups, and form submissions with blacklist rules plus checkout email and phone verification.
Prioritized issue groups from the latest Plugin Check scan
Security
612
11 issue groups
Maintainability
353
11 issue groups
I18n
142
3 issue groups
Sample message
Processing form data without nonce verification.
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
Use of a direct database call is discouraged.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$address_blocking_enabled".
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $order at "SELECT * FROM {$this->table_name} ORDER BY `$orderby` $order LIMIT %d OFFSET %d"
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Unescaped parameter $orderby used in $wpdb->get_results()\n$orderby assigned unsafely at line 352.
Sample message
Use placeholders and $wpdb->prepare(); found $blacklist_id
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$coverage_cta'.
Sample message
$_GET['order'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['add_address_message']
Sample message
Unescaped parameter $address_table_name used in $wpdb->get_results()\n$address_table_name used without escaping.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Attempting a database schema change is discouraged.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "correct_customer_ip_in_order".
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_METHOD']. Check that the array index exists before using it.
Sample message
Missing singular placeholder, needed for some languages. See https://codex.wordpress.org/I18n_for_WordPress_Developers#Plurals
Sample message
The $text parameter must be a single text string literal. Found: $prefix
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Blacklist Manager - WooCommerce Anti-Fraud, Blacklist & Checkout Verification" - contains the restricted term "woocommerce" which cannot be used within in your plugin name, unless your plugin name contains one of the allowed patterns: "for woocommerce", "with woocommerce", "using woocommerce", or "and woocommerce". The term must still not appear anywhere else in your name.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Yo_Ohw_SMS_Quota_Update".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
Sample message
var_export() found. Debug code should not normally be used in production.
Not analyzed yet.
First score snapshot
v2.2.7
31
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 31 | 1,114 | 284 | 830 | v2.2.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.