ProductSchema::get_price_function_from_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
-
(Required) If returned prices are incl or excl of tax.
Return Return
(string) Function name.
Source Source
File: packages/woocommerce-blocks/src/StoreApi/Schemas/ProductSchema.php