Created
January 14, 2020 15:49
-
-
Save dancameron/3b47b08d50b025e55e34572dcfabf61c to your computer and use it in GitHub Desktop.
Remove VAT added by Woocommerce
This file contains 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
<?php // don't include this line in your functions.php, since it already starts with it. | |
remove_action( 'si_document_vcards', array( 'Woo_Tools', 'add_vat_number_to_doc' ) ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment