woocommerce_calc_shipping_tax, $taxes, $price, $rates

woocommerce_calc_shipping_tax, $taxes, $price, $rates

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_calc_shipping_tax, $taxes, $price, $rates') is found 1 times:

  • /includes/class-wc-tax.php line 101
    		} else {
    			$taxes = self::calc_exclusive_tax( $price, $rates );
    		}
    
    		return apply_filters( 'woocommerce_calc_shipping_tax', $taxes, $price, $rates );
    	}
    
    	/**
    	 * Round to precision.
    	 *
    	 * Filter example: to return rounding to .5 cents you'd use: