woocommerce_cart_product_subtotal, $product_subtotal, $product, $quantity, $this
woocommerce_cart_product_subtotal, $product_subtotal, $product, $quantity, $this
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_cart_product_subtotal, $product_subtotal, $product, $quantity, $this') is found 1 times:
- /includes/class-wc-cart.php line 2385
$row_price = (float) $price * (float) $quantity; $product_subtotal = wc_price( $row_price ); } return apply_filters( 'woocommerce_cart_product_subtotal', $product_subtotal, $product, $quantity, $this ); } /** * Gets the cart tax (after calculation). * * @return string formatted price