Remove incl tax suffix on cart, checkout and order pages in WooCommerce.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'woocommerce_countries_inc_tax_or_vat', '__return_empty_string' );
Remove incl tax suffix on cart, checkout and order pages in WooCommerce.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'woocommerce_countries_inc_tax_or_vat', '__return_empty_string' );
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.