woocommerce_get_discounted_price, wc_remove_number_precision( $item->total
woocommerce_get_discounted_price, wc_remove_number_precision( $item->total
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_get_discounted_price, wc_remove_number_precision( $item->total') is found 1 times:
- /includes/class-wc-cart-totals.php line 673
* $this->cart is the cart object. * * @since 3.2.0 */ (float) apply_filters( 'woocommerce_get_discounted_price', wc_remove_number_precision( $item->total ), $item->object, $this->cart ) ); } if ( $this->calculate_tax && $item->product->is_taxable() ) { $total_taxes = apply_filters( 'woocommerce_calculate_item_totals_taxes', WC_Tax::calc_tax( $item->total, $item->tax_rates, $item->price_includes_tax ), $item, $this ); $item->taxes = $total_taxes;