Skip to content

Instantly share code, notes, and snippets.

@BFTrick
Last active August 7, 2017 09:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BFTrick/6241267 to your computer and use it in GitHub Desktop.
Save BFTrick/6241267 to your computer and use it in GitHub Desktop.
Force WooCommerce to display the country in the address even when it's the same country as the store base location. Also posted here: http://wordpress.stackexchange.com/questions/110167/woocommerce-force-display-of-base-country-order-addresses/110168#110168
<?php
add_filter( 'woocommerce_formatted_address_force_country_display', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment