Skip to content

Instantly share code, notes, and snippets.

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 webdados/3b4c0545b6e18ab3a6551a7af3fe7e83 to your computer and use it in GitHub Desktop.
Save webdados/3b4c0545b6e18ab3a6551a7af3fe7e83 to your computer and use it in GitHub Desktop.
Add "distrito" to the Portuguese address format while using the "Portugal States (Distritos) for WooCommerce" plugin
<?php
//Add to your (child-)theme functions.php file
add_filter( 'woocommerce_portugal_address_format_include_state', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment