Easily block visitors by country, state or ISP provider. Also, protects your site from spam, login attempts, malicious access & more.
Prioritized issue groups from the latest Plugin Check scan
Security
618
11 issue groups
Maintainability
346
10 issue groups
I18n
116
4 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$action'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_error'.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Net_DNS2".
Sample message
$_COOKIE[$cookie_name] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$cookie_name]
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
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$RandomCompatCOMtest".
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $table at "ALTER TABLE $table ADD `city` VARCHAR(100) DEFAULT NULL AFTER `code`"
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "google-charts".
Sample message
Translatable string should not be wrapped in HTML. Found: '<dfn title="IP address cache and local databases are scanned at the top priority.">API selection and key settings</dfn>'
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['length']. Check that the array index exists before using it.
Sample message
Use placeholders and $wpdb->prepare(); found $key
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 1037.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DONOTCACHEPAGE".
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: \PDO.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$d", but got "%s, %d" in 'The user %s (user ID: %d) is in use.'.
Sample message
Missing $domain parameter in function call to __().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
Potential connections found in static code analysis.
Outbound calls
296
External assets
2
Incoming endpoints
2
No public endpoints detected.
admin_post
wp_ajax
2 score snapshots
v1.3.9
25
Latest
v1.3.8
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 1,145 | 521 | 624 | v1.3.9 | 2.0.0 |
| 25 | 1,145 | 521 | 624 | v1.3.8 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.