WooCommerce Code Reference

TaxDisplayMode
in package

Enum class for the possible values of the `woocommerce_tax_display_shop` and `woocommerce_tax_display_cart` options, which control whether prices are shown including or excluding tax.

Tags
since
11.0.0

Table of Contents

EXCLUSIVE  = 'excl'
Prices displayed excluding tax.
INCLUSIVE  = 'incl'
Prices displayed including tax.

Constants