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: ''


Top ↑

Return Return

(string) Valid tax display mode.


Top ↑

Source Source

File: packages/woocommerce-blocks/src/StoreApi/Schemas/ProductSchema.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.