Skip to content

Instantly share code, notes, and snippets.

@WillBrubaker
Created July 12, 2019 00:49
Show Gist options
  • Save WillBrubaker/e29bd930835fc1b47bcf0f89a6aafc32 to your computer and use it in GitHub Desktop.
Save WillBrubaker/e29bd930835fc1b47bcf0f89a6aafc32 to your computer and use it in GitHub Desktop.
Prevent adding the tax rate to WooCommerce Xero tax label
//not sure what to do with this code snippet? See https://www.thathandsomebeardedguy.com/what-do-i-do-with-these-code-snippets/
add_filter( 'woocommerce_xero_create_unique_tax_label', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment