Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shameemreza/66b2b7a0ec516a6b8ec4111c3b1c8b7a to your computer and use it in GitHub Desktop.
Save shameemreza/66b2b7a0ec516a6b8ec4111c3b1c8b7a to your computer and use it in GitHub Desktop.
Disable default shipping method selected in WooCommerce
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