Warning: This function has been deprecated.
woocommerce_round_tax_total( $tax )
Description Description
Source Source
File: includes/wc-deprecated-functions.php
458 459 460 461 | function woocommerce_round_tax_total( $tax ) { wc_deprecated_function( __FUNCTION__ , '3.0' , 'wc_round_tax_total' ); return wc_round_tax_total( $tax ); } |
Changelog Changelog
Version | Description |
---|---|
3.0 | Introduced. |