Skip to content

Instantly share code, notes, and snippets.

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 webdados/9a433eb2a88f5875b1e482dc73b9d743 to your computer and use it in GitHub Desktop.
Save webdados/9a433eb2a88f5875b1e482dc73b9d743 to your computer and use it in GitHub Desktop.
Do not add VAT number to emails - InvoiceXpress for WooCommerce - Pro
<?php
//Do not add VAT number to emails - Place this on your child theme functions.php file
add_filter( 'invoicexpress_woocommerce_add_vat_to_email', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment