WooCommerce discount plugin & dynamic pricing: bulk discount, BOGO (buy one get one free), quantity discount, category discount & auto-apply c …
Prioritized issue groups from the latest Plugin Check scan
Maintainability
279
10 issue groups
Security
245
11 issue groups
I18n
44
3 issue groups
Performance
11
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_wp_query".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$active'.
Sample message
$_GET['_wccs_notice_nonce'] 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 $column at "SELECT $column FROM $this->table_name WHERE $column_where = %s LIMIT 1;"
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
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'get_template_part_' . $slug".
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found $columns
Sample message
Detected usage of a non-sanitized input variable: $_GET['_wccs_notice_nonce']
Sample message
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Function "rest_authorization_required_code()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 4.4.2.
Sample message
Mismatched text domain. Expected 'easy-woocommerce-discounts' but got 'wc-extension-activation'.
Sample message
Unescaped parameter $order_ids_sql used in $wpdb->get_col()\n$order_ids_sql assigned unsafely at line 72.
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $this->primary_key used in $wpdb->get_row()
Sample message
The $text parameter must be a single text string literal. Found: $label
Sample message
Replacement variables found, but no valid placeholders found in the query.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$name".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_wc_conditions".
Sample message
Detected usage of meta_key, possible slow query.
Potential connections found in static code analysis.
Outbound calls
68
External assets
2
Incoming endpoints
10
No external asset domains detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
4 score snapshots
v9.3.0
27
Latest
v9.2.0
28
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 27 | 596 | 183 | 413 | v9.3.0 | 2.0.0 |
| 28 | 515 | 181 | 334 | v9.2.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.