Easily manage downloadable files and monitor downloads of your digital files from your WordPress site.
Prioritized issue groups from the latest Plugin Check scan
Security
314
11 issue groups
Maintainability
150
12 issue groups
I18n
7
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '": Cannot dispatch file $filename, file is not readable."'.
Sample message
Processing form data without nonce verification.
Sample message
$_GET['_wpnonce'] 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 $download_id
Sample message
Detected usage of a non-sanitized input variable: $_GET['_wpnonce']
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
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
Unescaped parameter $download_id used in $wpdb->get_results()\n$download_id used without escaping.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $cond at "DELETE FROM $table_name WHERE $cond"
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['sdm_trim_log_entries_days']. Check that the array index exists before using it.
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
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
Unescaped parameter $table used in $wpdb->get_results()\n$table assigned unsafely at line 29.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Missing $domain parameter in function call to __().
Sample message
Detected usage of tax_query, possible slow query.
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
The $text parameter must be a single text string literal. Found: $_REQUEST['order']
Sample message
Linking directly to 5 stars reviews is not allowed.
Sample message
print_r() found. Debug code should not normally be used in production.
Potential connections found in static code analysis.
Outbound calls
38
External assets
2
Incoming endpoints
9
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v4.0.9
27
Latest
v4.0.8
27
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 27 | 492 | 219 | 273 | v4.0.9 | 2.0.0 |
| 27 | 492 | 219 | 273 | v4.0.8 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.