Free Downloads WooCommerce

Allow users to instantly download your free digital products without going through the checkout.

v3.6.5Wp EnhancedUpdated Added 4k+ installs94% rating0% support resolved
21
Score
430
Errors
359
Warnings
+0
Change

Category Scores

Security0
Repo70
Performance100
Maintainability0

Top Issues by Category

security374
maintainability258
i18n129

Issues Details

789 issues found in latest scan

ERROR206
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div{$class}>"'.

ERROR124
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'download-now-for-woocommerce' but got 'free-downloads-woocommerce'.

WARNING65
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$base&quot;.

WARNING39
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING33
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;&#039;woocommerce_download_file_&#039; . $file_download_method&quot;.

WARNING30
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING30
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNING27
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_GET[&#039;section&#039;]

WARNING24
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET[&#039;section&#039;] not unslashed before sanitization. Use wp_unslash() or similar

ERROR19
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

ERROR17
WordPress.DateTime.RestrictedFunctions.date_date

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNING17
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;de_defaults_for&quot;.

WARNING17
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING16
WordPress.PHP.DevelopmentFunctions.error_log_error_log

error_log() found. Debug code should not normally be used in production.

WARNING14
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_POST[&#039;action&#039;]. Check that the array index exists before using it.

ERROR11
WordPress.DB.PreparedSQL.NotPrepared

Use placeholders and $wpdb->prepare(); found $count_sql

WARNING11
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;DE_DIVI_ENGINE_LICENSE_REST_ENDPOINTS_INIT&quot;.

WARNING10
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable {$index_esc} at &quot;CREATE INDEX {$index_esc} ON {$table_esc} (meta_key, meta_value(191))&quot;

ERROR9
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $count_sql used in $wpdb->get_var()\n$count_sql assigned unsafely at line 1185.

WARNING9
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;DE_Settings_Plugin_Registry&quot;.

ERROR9
WordPress.Security.EscapeOutput.UnsafePrintingFunction

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

ERROR8
PluginCheck.CodeAnalysis.SettingSanitization.register_settingMissing

Sanitization missing for register_setting().

ERROR8
wp_function_not_compatible_with_requires_wp

Function "get_user_locale()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 4.4.0.

ERROR5
WordPress.WP.I18n.MissingTranslatorsComment

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.

WARNING3
WordPress.PHP.DevelopmentFunctions.error_log_print_r

print_r() found. Debug code should not normally be used in production.

Latest Snapshot

Findings

789

Errors

430

Warnings

359

Score History

First score snapshot

First scan completed

v3.6.5 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

v3.6.5

21

Latest

Findings
789
Errors
430
Warnings
359
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins