Drag and Drop Multiple File Uploader is a simple, straightforward WordPress plugin extension for WooCommerce.
Prioritized issue groups from the latest Plugin Check scan
I18n
78
5 issue groups
Maintainability
59
13 issue groups
Security
26
6 issue groups
Sample message
Mismatched text domain. Expected 'drag-and-drop-multiple-file-upload-for-woocommerce' but got 'dnd-file-upload-wc'.
Sample message
Function "wp_basename()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.1.
Sample message
Processing form data without nonce verification.
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
Missing $domain parameter in function call to __().
Sample message
$_GET['lang'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of a non-sanitized input variable: $_FILES[$name]
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'woocommerce_get_settings_' . $this->id".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$option".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$html_attr'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_METHOD']. Check that the array index exists before using it.
Sample message
The use of function move_uploaded_file() is forbidden
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
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
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Sample message
The "Text Domain" header in the plugin file does not match the slug. Found "dnd-file-upload-wc", expected "drag-and-drop-multiple-file-upload-for-woocommerce".
Potential connections found in static code analysis.
Outbound calls
6
External assets
0
Incoming endpoints
1
No external asset domains detected.
No public endpoints detected.
wp_ajax
2 score snapshots
v1.1.8
47
Latest
v1.1.7
49
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 47 | 163 | 131 | 32 | v1.1.8 | 2.0.0 |
| 49 | 143 | 114 | 29 | v1.1.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.