The Dynamic Pricing With Discount Rules plugin enables bulk discounts for WooCommerce products. Its simple design allows easy setup in minutes.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
94
12 issue groups
Security
74
9 issue groups
I18n
28
3 issue groups
Performance
2
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$bordercolor'.
Sample message
Function "wp_date()" requires WordPress 5.3.0, but your plugin minimum supported version is WordPress 4.4.0.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
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
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
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Missing $domain parameter in function call to __().
Sample message
Detected usage of meta_key, possible slow query.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found $safe_prodvalues
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$post_type . '_labels'".
Sample message
Detected usage of a non-sanitized input variable: $_POST['DisData']
Sample message
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
$_POST['DisData'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
The use of function eval() is forbidden
Sample message
Unescaped parameter $productID used in $wpdb->get_col()\n$productID assigned unsafely at line 153.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Processing form data without nonce verification.
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
The $context parameter must be a single text string literal. Found: $post_type
Sample message
Using exclusionary parameters, like post__not_in, in calls to get_posts() should be done with caution, see https://docs.wpvip.com/databases/optimize-queries/using-post__not_in/ for more information.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $productID at "SELECT ID FROM {$wpdb->prefix}posts WHERE post_status = 'publish' AND post_parent IN ($productID) AND post_type = 'product_variation'"
Sample message
It is not necessary to prepare a query which doesn't use variable replacement.
Potential connections found in static code analysis.
Outbound calls
5
External assets
0
Incoming endpoints
26
No external asset domains detected.
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v5.1.0
32
Latest
v5.0.0
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 32 | 208 | 130 | 78 | v5.1.0 | 2.1.0 |
| 25 | 370 | 165 | 205 | v5.0.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.