The #1 eCommerce plugin to sell digital products & subscriptions. Accept payments with Stripe & PayPal. Sell ebooks, software & more.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
9,248
12 issue groups
Security
4,084
12 issue groups
I18n
217
1 issue group
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "EDD".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'edd_' . $_GET['edd-action']".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_edd_anonymize_customer".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" data-wp-lists='list:$singular'"'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$className has not the instance() method needed to cast the date."'.
Sample message
Processing form data without nonce verification.
Sample message
$_COOKIE[$cookie] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$address".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$cookie]
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
Mismatched text domain. Expected 'easy-digital-downloads' but got 'action-scheduler'.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $column at "SELECT $column FROM $this->table_name WHERE $column_where = %s LIMIT 1;"
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['edd-import-file']['name']. Check that the array index exists before using it.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Array2XML".
Sample message
Use placeholders and $wpdb->prepare(); found $compare_string
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
Unescaped parameter $column_name used in $wpdb->get_var()
Sample message
Unescaped parameter $column used in $wpdb->get_results()\n$column assigned unsafely at line 210.
Sample message
debug_backtrace() found. Debug code should not normally be used in production.
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: \PDO.
Not analyzed yet.
First score snapshot
v3.6.9
23
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 14,006 | 3,723 | 10,283 | v3.6.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.