This plugin will help you to manage WooCommerce Products stocks through locations.
Prioritized issue groups from the latest Plugin Check scan
Security
731
11 issue groups
Maintainability
95
11 issue groups
I18n
74
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div class='notice {$noticeLevel} is-dismissible'><p>{$message}</p></div>"'.
Sample message
Processing form data without nonce verification.
Sample message
$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['action']
Sample message
Processing form data without nonce verification.
Sample message
Missing $domain parameter in function call to __().
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST[$price_input_id]. Check that the array index exists before using it.
Sample message
Mismatched text domain. Expected 'stock-locations-for-woocommerce' but got 'woocommerce'.
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
Unescaped parameter $parent_query used in $wpdb->get_row()\n$parent_query assigned unsafely at line 1464.
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $product_id at "SELECT ID AS variation_id FROM $wpdb->posts WHERE post_parent IN ($product_id) AND post_type='product_variation'"
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Use placeholders and $wpdb->prepare(); found $parent_query
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
Short PHP opening tag used with echo; expected "<?php echo __ ..." but found "<?= __ ..."
Sample message
Detected usage of meta_query, possible slow query.
Sample message
error_log() 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.
Sample message
SQL wildcards for a LIKE query should be passed in through a replacement parameter. Found: LIKE '_slw_cron_sniffed_%'.
Potential connections found in static code analysis.
Outbound calls
47
External assets
3
Incoming endpoints
21
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
5 more hidden
2 score snapshots
v3.2.0
32
Latest
v3.1.9
32
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 32 | 909 | 549 | 360 | v3.2.0 | 2.0.0 |
| 32 | 908 | 548 | 360 | v3.1.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.