Email Before Download (EBD) presents your users with a form where they submit information, like their name and email address, prior to receiving a dow …
Prioritized issue groups from the latest Plugin Check scan
Security
82
8 issue groups
Maintainability
15
7 issue groups
I18n
14
3 issue groups
Repo Compliance
7
7 issue groups
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$attributes'.
Sample message
Processing form data without nonce verification.
Sample message
Missing $domain parameter in function call to __().
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Mismatched text domain. Expected 'email-before-download' but got 'email-before-dowjnload'.
Sample message
Processing form data without nonce verification.
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
Detected usage of a possibly undefined superglobal array index: $_GET['dopurge']. Check that the array index exists before using it.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
Detected usage of a non-sanitized input variable: $_SESSION['success']
Sample message
$_POST['your-email'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Plugin name header in your readme is missing or invalid. Please update your readme with a valid plugin name header. Eg: "=== Example Name ==="
Sample message
Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.
Sample message
Tested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
The "Author URI" header in the plugin file is not valid.
Sample message
The "Plugin URI" header in the plugin file is not valid.
Sample message
The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"
Sample message
The "Requires at least" field was ignored. This field should only contain a valid WordPress version such as "7.0" or "6.9".
Sample message
The "Short Description" section is too long and was truncated. A maximum of 150 characters is supported.
Not analyzed yet.
First score snapshot
v6.9.8
36
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 118 | 89 | 29 | v6.9.8 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.