Description
Displays or returns the tax of the current product. This tag must be within The Loop.
Usage
<?php tcp_the_tax( $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 (true) or return it for use in PHP (false). Defaults to true.