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
214
14 issue groups
Security
106
8 issue groups
I18n
28
2 issue groups
Performance
3
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$allModuleMethods".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Wrote {$file}\n"'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
Sample message
Function "wp_date()" requires WordPress 5.3.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
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
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
Missing $domain parameter in function call to __().
Sample message
$_POST['DisData'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of a non-sanitized input variable: $_POST['DisData']
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
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 possibly undefined superglobal array index: $_POST['ProdVarPrice']. Check that the array index exists before using it.
Sample message
The use of function eval() is forbidden
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using file_put_contents(). Detected usage of __FILE__ or __DIR__ magic constant. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
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
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "delegator".
Sample message
Using exclusionary parameters, like post__not_in, 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
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'"
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
2 score snapshots
v5.0.0
25
Latest
v4.5.11
30
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 370 | 165 | 205 | v5.0.0 | 2.0.0 |
| 30 | 267 | 136 | 131 | v4.5.11 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.