add_filter( 'woocommerce_countries_tax_or_vat', function( $return ) {
return 'Excise Tax';
}, 10, 1 );
Jagdish Sarma Asked question May 2, 2022
add_filter( 'woocommerce_countries_tax_or_vat', function( $return ) {
return 'Excise Tax';
}, 10, 1 );