Skip to content

Instantly share code, notes, and snippets.

@luizbills
Last active April 27, 2021 17:10
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 luizbills/6058ee9e94d9b6f4058118ea227d78f2 to your computer and use it in GitHub Desktop.
Save luizbills/6058ee9e94d9b6f4058118ea227d78f2 to your computer and use it in GitHub Desktop.
Ocultar somente o campo de estado no plugin Better Shipping Calculator for Brazilian Markets
<?php
add_filter( 'wc_better_shipping_calculator_for_brazil_hide_country', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment