-
-
Save sonnetmia/cf2dc7f8bb74d72d1ebd4f2e0cdd1543 to your computer and use it in GitHub Desktop.
Remove the postcode field from the WooCommerce shipping calculator
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_filter( 'woocommerce_shipping_calculator_enable_postcode', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment