Easy to use tools to help make your website GDPR-compliant. Fully documented, extendable and developer-friendly. Extensions to enterprise GDPR compli …
Prioritized issue groups from the latest Plugin Check scan
Security
833
9 issue groups
Maintainability
810
11 issue groups
I18n
101
5 issue groups
Sample message
Short PHP opening tag used with echo; expected "<?php echo ! ..." but found "<?= ! ..."
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<a href='{$helpUrl}' target='_blank'>"'.
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
$_COOKIE['gdpr_key'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['gdpr-step']. Check that the array index exists before using it.
Sample message
Use of a direct database call is discouraged.
Sample message
The $text parameter must be a single text string literal. Found: $content
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['gdpr_key']
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$arg".
Sample message
Missing $domain parameter in function call to __().
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $column at "SELECT $column FROM $this->tableName WHERE $column_where = %s LIMIT 1;"
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
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
Mismatched text domain. Expected 'gdpr-framework' but got '(Admin)'.
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
All output should be run through an escaping function (like echo esc_html_x() or echo esc_attr_x()), found '_ex'.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Go to %sTools > Data443 GDPR%s and make sure all fields are filled in.'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'bs_db_post_insert_' . $type".
Sample message
Unescaped parameter $table_name used in $wpdb->get_results()\n$table_name assigned unsafely at line 158.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "TermAndConditionWithPrivacyContent".
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
File and folder names must not contain spaces or special characters.
Potential connections found in static code analysis.
Outbound calls
87
External assets
1
Incoming endpoints
7
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v2.4.0
23
Latest
v2.3.0
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 1,775 | 1,277 | 498 | v2.4.0 | 2.0.0 |
| 23 | 1,804 | 1,287 | 517 | v2.3.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.