Description
Displays or returns the price (calculate with the tax) of the current product. This tag must be within The Loop.
This function has been deprecated. That means it has been replaced by a new function or is no longer supported, and may be removed from future versions. All code that uses this function should be converted to use its replacement if one exists.
Replace With
Usage
<?php tcp_the_price_tax( $before, $after, $echo ); ?>
Parameters
- $before
- (string) Text to place before the price. Defaults to ''.
- $after
- (string) Text to place after the price. Defaults to ''.
- $echo
- (Boolean) Display the price (adding tax) (true) or return it for use in PHP (false). Defaults to true.