Skip to content

Instantly share code, notes, and snippets.

@dancameron
Created January 14, 2020 15:49
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 dancameron/3b47b08d50b025e55e34572dcfabf61c to your computer and use it in GitHub Desktop.
Save dancameron/3b47b08d50b025e55e34572dcfabf61c to your computer and use it in GitHub Desktop.
Remove VAT added by Woocommerce
<?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