Bulk Product Editor plugin allows you to create and edit your WooCommerce products and categories with Google Sheets.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
94
10 issue groups
Security
48
11 issue groups
I18n
20
4 issue groups
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
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$authcode".
Sample message
Mismatched text domain. Expected 'sync-wc-google' but got "wbps".
Sample message
Function "get_term_meta()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 4.3.0.
Sample message
Use placeholders and $wpdb->prepare(); found $delqry
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $delete_placeholders at "DELETE FROM {$termmeta_table} WHERE term_id IN ($delete_placeholders) AND meta_key = %s"
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "init_wbps_categories".
Sample message
Unescaped parameter $postmeta_table used in $wpdb->query()\n$postmeta_table assigned unsafely at line 232.
Sample message
Unescaped parameter $delqry used in $wpdb->query()\n$delqry assigned unsafely at line 244.
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_URI']. Check that the array index exists before using it.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$connection'.
Sample message
$_SERVER['REQUEST_URI'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Replacement variables found, but no valid placeholders found in the query.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_SERVER['REQUEST_URI']
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "get_syncable_category_ids".
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
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
Multiple placeholders in translatable strings should be ordered. Expected "%1\$d, %2\$d", but got "%d, %d" in "Total %d Products found, chunked into %d".
Sample message
Plugin name "Bulk Product Sync - Bulk Product Editor for WooCommerce with Google Sheets™" is different from the name declared in plugin header "Bulk Product Sync for WooCommerce".
Sample message
The "Text Domain" header in the plugin file does not match the slug. Found "wcgs", expected "sync-wc-google".
Potential connections found in static code analysis.
Outbound calls
17
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
2 score snapshots
v9.7
37
Latest
v9.6
36
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 37 | 163 | 60 | 103 | v9.7 | 2.0.0 |
| 36 | 155 | 50 | 105 | v9.6 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.