woocommerce_price_ex_tax_amount

Filter Hook: Round all taxes to precision (4DP) before passing them back. Note, this is not the same rounding as in the cart calculation class which, depending on settings, will round to 2DP when calculating final totals. Also unlike that class, this rounds .5 up for all cases.

Source: includes/class-wc-tax.php:176

Used by 1 function | Uses 0 functions

woocommerce_find_rates

Filter Hook: Round all taxes to precision (4DP) before passing them back. Note, this is not the same rounding as in the cart calculation class which, depending on settings, will round to 2DP when calculating final totals. Also unlike that class, this rounds .5 up for all cases.

Source: includes/class-wc-tax.php:252

Used by 1 function | Uses 0 functions

WC_Tax::sort_rates_callback()

Method: Does the sort comparison. Compares (in this order): – Priority – Country – State – Number of postcodes – Number of cities – ID

Source: includes/class-wc-tax.php:289

Used by 0 functions | Uses 0 functions