This plugin enables the import of products from the dropi platform to woocomerce
Prioritized issue groups from the latest Plugin Check scan
Security
240
9 issue groups
Maintainability
104
13 issue groups
I18n
30
3 issue groups
Sample message
Processing form data without nonce verification.
Sample message
$_GET['category_filter'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['category_filter']
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_is_dropi_order'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['nonce']. Check that the array index exists before using it.
Sample message
Use placeholders and $wpdb->prepare(); found $id
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$places".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use of a direct database call is discouraged.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
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
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 $text parameter must be a single text string literal. Found: $args['priority']
Sample message
Mismatched text domain. Expected 'wc-dropi-integration' but got 'dropi'.
Sample message
Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Sanitization missing for register_setting().
Sample message
Unescaped parameter $id used in $wpdb->get_results()\n$id used without escaping.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
Sample message
Detected usage of meta_key, possible slow query.
Sample message
var_dump() found. Debug code should not normally be used in production.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Potential connections found in static code analysis.
Outbound calls
65
External assets
8
Incoming endpoints
6
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v4.7.3
30
Latest
v4.7.2
30
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 30 | 386 | 132 | 254 | v4.7.3 | 2.0.0 |
| 30 | 382 | 130 | 252 | v4.7.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.