Created
July 12, 2019 00:49
-
-
Save WillBrubaker/e29bd930835fc1b47bcf0f89a6aafc32 to your computer and use it in GitHub Desktop.
Prevent adding the tax rate to WooCommerce Xero tax label
This file contains hidden or 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
//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