Trusted by 10,000+ WordPress sites · 30+ ready-made legal templates · Set up your privacy policy in minutes, no coding or legal writing required.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
367
11 issue groups
Security
68
11 issue groups
I18n
6
3 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$age_popup_no".
Sample message
Unescaped parameter $alter_popup_sql used in $wpdb->query()\n$alter_popup_sql assigned unsafely at line 110.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_head".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WC_AM_Client_2_7_WPLegalPages".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of a non-sanitized input variable: $_POST['free_trial']
Sample message
$_SERVER['HTTP_AUTHORIZATION'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $id_list at "SELECT ID, post_title FROM {$wpdb->posts} WHERE ID IN ($id_list) AND post_type = %s AND post_status = %s"
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
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_wp_legal_pages".
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['HTTP_USER_AGENT']. Check that the array index exists before using it.
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
Missing $domain parameter in function call to esc_html_e().
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Privacy Policy Generator, Terms & Conditions, GDPR, CCPA, Cookie Policy & Disclaimer Templates - WPLP Legal Pages" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Unescaped parameter $id_list used in $wpdb->get_results()\n$id_list assigned unsafely at line 277.
Sample message
Use placeholders and $wpdb->prepare(); found $post_tbl
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WPL_LITE_PLUGIN_BASENAME".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$completed_steps'.
Sample message
Processing form data without nonce verification.
Sample message
Mismatched text domain. Expected 'wplegalpages' but got 'gdpr-cookie-consent'.
Sample message
Plugin Updater detected. Detected code which may be altering WordPress update routines. Detected: _site_transient_update_themes
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Attempting a database schema change is discouraged.
Sample message
Processing form data without nonce verification.
Potential connections found in static code analysis.
Outbound calls
196
External assets
6
Incoming endpoints
34
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
10 more hidden
4 score snapshots
v3.7.0
33
Latest
v3.6.9
33
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 33 | 446 | 29 | 417 | v3.7.0 | 2.0.0 |
| 33 | 433 | 26 | 407 | v3.6.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.