Use WordPress Core GDPR tools to build front-end Personal Data export/erasure forms (includes Widget, Gutenberg Block, shortcode & Hooks).
Prioritized issue groups from the latest Plugin Check scan
Maintainability
23
6 issue groups
Security
18
5 issue groups
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$number_one'.
Sample message
Processing form data without nonce verification.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "enqueue_scripts_gdrf_public".
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_register_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Sample message
$_POST['gdrf_data_email'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "privacy_data_request_form_defaults".
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['gdrf_data_email']. Check that the array index exists before using it.
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
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
Detected usage of a non-sanitized input variable: $_POST['gdrf_email_setting']
Potential connections found in static code analysis.
Outbound calls
13
External assets
0
Incoming endpoints
4
No external asset domains detected.
wp_ajax
wp_ajax
2 score snapshots
v1.7.1
59
Latest
v1.7
59
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 59 | 41 | 20 | 21 | v1.7.1 | 2.1.0 |
| 59 | 41 | 22 | 19 | v1.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.