Download After Email is a free Subscribe & Download plugin that allows you to gain subscribers by offering free downloads.
Prioritized issue groups from the latest Plugin Check scan
Security
251
8 issue groups
Maintainability
117
14 issue groups
I18n
6
3 issue groups
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['nonce']. Check that the array index exists before using it.
Sample message
$_GET['email'] not unslashed before sanitization. Use wp_unslash() or similar
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
Use placeholders and $wpdb->prepare(); found interpolated variable $table_linkmeta at "SELECT * FROM $table_linkmeta WHERE meta_key = %s ORDER BY id DESC LIMIT 1"
Sample message
Unescaped parameter $table_linkmeta used in $wpdb->get_row()\n$table_linkmeta assigned unsafely at line 82.
Sample message
Detected usage of a non-sanitized input variable: $_POST['_ajax_nonce']
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
The use of function ini_set() is discouraged
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '@'.
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
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
Missing $domain parameter in function call to esc_html_e().
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
Detected usage of meta_query, possible slow query.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Not analyzed yet.
First score snapshot
v2.1.10
34
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 34 | 378 | 22 | 356 | v2.1.10 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.