Description
Displays or returns the tax label of the current product. This tag must be within The Loop.
Usage
<?php tcp_the_tax_label( $before, $after, $echo ); ?>
Parameters
- $before
- (string) Text to place before the tax. Defaults to ''.
- $after
- (string) Text to place after the tax. Defaults to ''.
- $echo
- (Boolean) Display the tax label (true) or return it for use in PHP (false). Defaults to true.
Examples
Related
tcp_the_tax_label | tcp_the_tax | tcp_get_the_tax | tcp_the_price