ProductSchema::get_tax_display_mode( string $tax_display_mode = '' )
WooCommerce can return prices including or excluding tax; choose the correct method based on tax display mode.
Description Description
Parameters Parameters
- $tax_display_mode
-
(Optional) Provided tax display mode.
Default value: ''
Return Return
(string) Valid tax display mode.
Source Source
File: packages/woocommerce-blocks/src/StoreApi/Schemas/ProductSchema.php