Allow users to instantly download your free digital products without going through the checkout.
Prioritized issue groups from the latest Plugin Check scan
Security
374
11 issue groups
Maintainability
258
12 issue groups
I18n
129
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div{$class}>"'.
Sample message
Mismatched text domain. Expected 'download-now-for-woocommerce' but got 'free-downloads-woocommerce'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$base".
Sample message
Processing form data without nonce verification.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'woocommerce_download_file_' . $file_download_method".
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
Detected usage of a non-sanitized input variable: $_GET['section']
Sample message
$_GET['section'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "de_defaults_for".
Sample message
Processing form data without nonce verification.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['action']. Check that the array index exists before using it.
Sample message
Use placeholders and $wpdb->prepare(); found $count_sql
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DE_DIVI_ENGINE_LICENSE_REST_ENDPOINTS_INIT".
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$index_esc} at "CREATE INDEX {$index_esc} ON {$table_esc} (meta_key, meta_value(191))"
Sample message
Unescaped parameter $count_sql used in $wpdb->get_var()\n$count_sql assigned unsafely at line 1185.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "DE_Settings_Plugin_Registry".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Sanitization missing for register_setting().
Sample message
Function "get_user_locale()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 4.4.0.
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
print_r() found. Debug code should not normally be used in production.
Not analyzed yet.
First score snapshot
v3.6.5
21
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 21 | 789 | 430 | 359 | v3.6.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.