Get website traffic insights with GDPR/CCPA compliant, privacy-friendly analytics. Includes visitor data, stunning graphs, and no data sharing.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
2,087
11 issue groups
Security
891
12 issue groups
I18n
43
2 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$CountryCoordinates".
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "WP_STATISTICS".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$addon['icon']'.
Sample message
Use placeholders and $wpdb->prepare(); found !=
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "https_local_ssl_verify".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"($statusCode) for $service"'.
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
Unescaped parameter $args['sql'] used in $wpdb->get_results()\n$args['sql'] assigned unsafely at line 310.
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $conditionQuery at "SELECT COUNT(*) FROM {$this->fullName} WHERE $conditionQuery"
Sample message
$_GET[$dynamicAssetKey] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Unescaped parameter $columns used in $wpdb->get_row()\n$columns assigned unsafely at line 93.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET['current_page']
Sample message
The $text parameter must be a single text string literal. Found: $name
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "WP_Statistics".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$hookName".
Sample message
Translatable string should not be wrapped in HTML. Found: '<b>Hints on Capabilities:</b>'
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['name']. Check that the array index exists before using it.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ExportData".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WP_STATISTICS_DIR".
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 use of function ini_set() is discouraged
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Potential connections found in static code analysis.
Outbound calls
291
External assets
3
Incoming endpoints
6
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v14.16.10
25
Latest
v14.16.9
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 3,081 | 612 | 2,469 | v14.16.10 | 2.0.0 |
| 25 | 3,076 | 612 | 2,464 | v14.16.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.