A powerful way to update your WooCommerce product catalog. Finally, no more tedious clicking through countless pages!
Prioritized issue groups from the latest Plugin Check scan
Security
215
11 issue groups
Maintainability
90
12 issue groups
I18n
54
2 issue groups
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<option value='$value' class='pwbe-dropdown-visibility-$option[visibility]'>$option[name]</option>\n"'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$categories".
Sample message
Mismatched text domain. Expected 'pw-bulk-edit' but got 'pw-woocommerce-coupons-plus'.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $common_joins at \t\t\t\t$common_joins\n
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'woocommerce_get_sections_' . $this->id".
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Detected usage of a non-sanitized input variable: $_POST['fields']
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['name']. Check that the array index exists before using it.
Sample message
$_POST['fields'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Unescaped parameter $common_joins used in $wpdb->query()\n$common_joins assigned unsafely at line 107.
Sample message
Attempting a database schema change is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found $variations_sql
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 use of function ini_set() is discouraged
Sample message
Incorrect number of replacements passed to $wpdb->prepare(). Found 1 replacement parameters, expected 2.
Sample message
Replacement variables found, but no valid placeholders found in the query.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "PW_Bulk_Edit".
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "PW WooCommerce Bulk Edit" - contains the restricted term "woocommerce" which cannot be used within in your plugin name, unless your plugin name contains one of the allowed patterns: "for woocommerce", "with woocommerce", "using woocommerce", or "and woocommerce". The term must still not appear anywhere else in your name.
Sample message
File has mixed line endings; this may cause incorrect results
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using file_put_contents(). Detected usage of function plugin_dir_path(). Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysqli_error.
Not analyzed yet.
First score snapshot
v2.141
34
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 34 | 368 | 219 | 149 | v2.141 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.