Set a default custom billing state field value in Woocommerce Admin page
I want to add some custom billing states and then set a default state in the Admin panel. So far I have added the states as follows (code below; also not sure this is right): add_filter( 'woocommerce_states', 'custom_woocommerce_states' ); function…