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
Repo Compliance
1
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.
Sample message
Mismatched "Tested up to": 7.0 != 6.9. The "Tested up to" value in the readme file must match the "Tested up to" value in the plugin header. If the plugin header has a "Tested up to" value, it will override the readme value, which can cause confusion.
Not analyzed yet.
First score snapshot
v1.3.2
42
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 42 | 138 | 94 | 44 | v1.3.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.