Created
July 7, 2024 14:50
-
-
Save shameemreza/66b2b7a0ec516a6b8ec4111c3b1c8b7a to your computer and use it in GitHub Desktop.
Disable default shipping method selected in WooCommerce
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_chosen_method', '__return_false', 99); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment