Skip to content

Instantly share code, notes, and snippets.

@YoshiYo
YoshiYo / WooCommerce - French States
Last active June 29, 2018 17:23
This gist if for people who use WooCommerce and wants the hook to add a dropdown with french states at the checkout.
<?php
/**
* Add or modify States for France
* Description : Active the dropdown with all the french states without overseas departments. Copy/Paste in your functions.php in your child-theme. You need to have the plugin WooCommerce
* Version: 1.0
* Author: Guillaume Forgue
* Author URI: http://guillaume-forgue.fr
*/