Skip to content

Instantly share code, notes, and snippets.

@clifgriffin
Created April 8, 2019 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clifgriffin/0c36714283509e236fef0da203a5ea96 to your computer and use it in GitHub Desktop.
Save clifgriffin/0c36714283509e236fef0da203a5ea96 to your computer and use it in GitHub Desktop.
Force WooCommerce to show country in shipping address preview.
<?php
// Do NOT include the opening php tag.
// Place in your theme's functions.php file
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