Created
May 17, 2026 12:00
-
-
Save plugin-republic/a6b4c2f27e5902029cc306db396cd1ec to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
| /** | |
| * Enable shipping fields at checkout for booking products | |
| */ | |
| add_filter( 'woocommerce_cart_needs_shipping_address', '__return_true' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment