Eliminate pricing labels (“ex. tax,” “incl. tax”) from the order, checkout, and cart.

Eliminate pricing labels (“ex. tax,” “incl. tax”) from the order, checkout, and cart.
Do you wish to get rid of those complicated tax labels to simplify your prices?
You can use this code tutorial to remove the labels labeled “incl. tax” and “ex. tax” from your order totals, checkout, and cart when your tax option is set to “Yes” .
Use this code if you desire a clearer pricing display.

add_filter('woocommerce_countries_inc_tax_or_vat','__return_empty_string');

add_filter('woocommerce_countries_ex_tax_or_vat','__return_empty_string');