Allow or disallow visitors from certain countries accessing (parts of) your website
Prioritized issue groups from the latest Plugin Check scan
Security
199
9 issue groups
Maintainability
142
14 issue groups
I18n
17
2 issue groups
Sample message
$_GET['tab'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_FILES['iqbc_import']['tmp_name']
Sample message
Sanitization missing for register_setting().
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$iqbc_apiblocklist".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$iqbc_countrylist[$iqbc_row->country]'.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ADMINAPICHECKURL".
Sample message
Use of a direct database call is discouraged.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['iqbc_import']['error']. Check that the array index exists before using it.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Function "rest_is_ip_address()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 3.5.2.
Sample message
Unescaped parameter $iqbc_query used in $wpdb->get_results()\n$iqbc_query assigned unsafely at line 36.
Sample message
Missing $domain parameter in function call to esc_html_e().
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $iqbc_table_name at "SELECT * FROM $iqbc_table_name ORDER BY datetime ASC"
Sample message
Use placeholders and $wpdb->prepare(); found $iqbc_query
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The $text parameter must be a single text string literal. Found: "<a href=\"" . IQBCMAXMINDURL . "\" target=\"_blank\">" . IQBCMAXMINDURL . "</a> "
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "iq_cachingisactive_notice".
Sample message
Processing form data without nonce verification.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Potential connections found in static code analysis.
Outbound calls
300
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
2 score snapshots
v1.2.29
28
Latest
v1.2.28
27
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 28 | 370 | 156 | 214 | v1.2.29 | 2.1.0 |
| 27 | 409 | 164 | 245 | v1.2.28 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.