WooCommerce plugin for turning the state field into a dropdown city field. To be used as Shipping Zones.
Prioritized issue groups from the latest Plugin Check scan
I18n
77
3 issue groups
Security
58
7 issue groups
Maintainability
2
1 issue group
Sample message
Mismatched text domain. Expected 'cities-shipping-zones-for-woocommerce' but got 'cities-shippin-for-woocommerce'.
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 '$shipping_country'.
Sample message
Detected usage of a non-sanitized input variable: $_GET['new_state']
Sample message
$_GET['new_state'] not unslashed before sanitization. Use wp_unslash() or similar
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
Processing form data without nonce verification.
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['country']. Check that the array index exists before using it.
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.
Potential connections found in static code analysis.
Outbound calls
265
External assets
0
Incoming endpoints
2
No external asset domains detected.
wp_ajax
wp_ajax
2 score snapshots
v1.3.3
43
Latest
v1.3.2
42
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 43 | 137 | 93 | 44 | v1.3.3 | 2.1.0 |
| 42 | 138 | 94 | 44 | v1.3.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.