Sync stock quantities between two WooCommerce stores.
Prioritized issue groups from the latest Plugin Check scan
I18n
270
4 issue groups
Security
199
11 issue groups
Maintainability
130
10 issue groups
Sample message
Mismatched text domain. Expected 'stock-sync-for-woocommerce' but got 'woo-stock-sync'.
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
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "queue_flash_message".
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$class'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$entry".
Sample message
Detected usage of a non-sanitized input variable: $_GET['action']
Sample message
$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar
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
Detected usage of a possibly undefined superglobal array index: $_GET['log_id']. Check that the array index exists before using it.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%s ago (%s)'.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$field} at \t\t\t\tWHERE {$field} = %s"
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'woocommerce_get_sections_' . $this->id".
Sample message
Missing $domain parameter in function call to __().
Sample message
Unescaped parameter $field used in $wpdb->get_var()\n$field used without escaping.
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $table used in $wpdb->get_var()\n$table assigned unsafely at line 278.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WC_REST_Stock_Sync_Controller".
Sample message
Function "rest_authorization_required_code()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 4.5.0.
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.
Potential connections found in static code analysis.
Outbound calls
30
External assets
0
Incoming endpoints
7
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v2.11.0
32
Latest
v2.10.0
32
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 32 | 604 | 369 | 235 | v2.11.0 | 2.0.0 |
| 32 | 594 | 362 | 232 | v2.10.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.