Skip to content

Instantly share code, notes, and snippets.

@jrick1229
Created January 13, 2022 20:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrick1229/c35324a0a60807518770cf62e2ea3005 to your computer and use it in GitHub Desktop.
Save jrick1229/c35324a0a60807518770cf62e2ea3005 to your computer and use it in GitHub Desktop.
Charge the same for products, regardless of tax rate being used, for all customers (when using Inclusive Taxes) in WooCommerce
<?php
add_filter( 'woocommerce_adjust_non_base_location_prices', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment