Trusted by 30,000+ WordPress sites · IAB Europe TCF v2.3 Registered · Google Certified CMP Partner · Setup in under 5 minutes, no coding required · No …
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,644
11 issue groups
Security
458
12 issue groups
I18n
72
2 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$AcceptAllfinalColor".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$cookie_data['dash_button_accept_text']'.
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
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
The $text parameter must be a single text string literal. Found: "Maximum duration of Cookies: ".$vendor->cookieMaxAgeSeconds/(60 * 60 * 24). " days"
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET['_wpnonce']
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['activated_key']. Check that the array index exists before using it.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'wpl_dnsmpd_column_' . $column_name".
Sample message
The upgrade notice for "1.7.6" exceeds the limit of 300 characters.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $fieldname at "SELECT count(*) from {$wpdb->prefix}wpl_data_req WHERE email = %s and $fieldname=1"
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_gdpr_cookie_consent".
Sample message
Unescaped parameter $advanced_scripts_table used in $wpdb->get_results()\n$advanced_scripts_table assigned unsafely at line 12304.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Missing $domain parameter in function call to __().
Sample message
Detected usage of meta_query, possible slow query.
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
Replacement variables found, but no valid placeholders found in the query.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "BASE_PATH".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WC_AM_Client_2_7_WPGDPR".
Sample message
Incorrect number of replacements passed to $wpdb->prepare(). Found 1 replacement parameters, expected 2.
Sample message
It is not necessary to prepare a query which doesn't use variable replacement.
Potential connections found in static code analysis.
Outbound calls
256
External assets
0
Incoming endpoints
44
No external asset domains detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
admin_post
admin_post
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
28 more hidden
12 score snapshots
v4.4.5
25
Latest
v4.4.4
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 2,184 | 251 | 1,933 | v4.4.5 | 2.1.0 |
| 25 | 2,181 | 251 | 1,930 | v4.4.4 | 2.1.0 |
Author, categories, issues, domains, and nearby plugins.