开发者 | fantasyworld |
---|---|
更新时间 | 2024年3月2日 12:37 |
捐献地址: | 去捐款 |
PHP版本: | 8.0 及以上 |
WordPress版本: | 6.4 |
版权: | GPLv3 |
版权网址: | 版权信息 |
ry_wc_city_select_cities
filter to load your cities.
This is done similarly to Add/Modify States.
It should be added on your functions.php or a custom plugin.
`
add_filter( 'ry_wc_city_select_cities', 'my_cities' );
/**
Please use GitHub repository. Use issuu give me the list, or use pull requests the file change. If your country don't have states list in woocommerce (see file /woocommerce/i18n/states.php). You also need contribute the states list. The sample file is cities/TW.php and states/TW.php
Report bugs on the GitHub repository, or my person website page.
From the RY-WC-City-Select-cities-files
You can add almost main states and cities list in the world.
But some state or city may use different name with the official name.
To enable geonames.org data, add code into you theme functions.php.
Or use Code Snippets[https://wordpress.org/plugins/code-snippets/] to add code.
add_filter('ry_wcs_load_geonames_org', '__return_true');