Skip to content

Instantly share code, notes, and snippets.

@madeincosmos
Created August 21, 2020 14:59
Show Gist options
  • Save madeincosmos/967445efcb0cedd462d607f0db36c26e to your computer and use it in GitHub Desktop.
Save madeincosmos/967445efcb0cedd462d607f0db36c26e to your computer and use it in GitHub Desktop.
Disable currency check in UPS
add_filter ( 'woocommerce_shipping_ups_check_store_currency', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment