Skip to content

Instantly share code, notes, and snippets.

@woogists
Last active March 25, 2024 19:37
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 woogists/7da4903b49a5d1902334c2e491b9fbf7 to your computer and use it in GitHub Desktop.
Save woogists/7da4903b49a5d1902334c2e491b9fbf7 to your computer and use it in GitHub Desktop.
Show empty taxes
<?php
add_filter( 'woocommerce_order_hide_zero_taxes', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment