Created
May 18, 2016 11:32
-
-
Save BFTrick/d45f99dfd292d72ece02ef9b50167100 to your computer and use it in GitHub Desktop.
Always show shipping fields in WooCommerce checkout
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
<?php | |
add_filter( 'woocommerce_cart_needs_shipping', '__return_true' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment