woocommerce_cart_subtotal, $cart_subtotal, $compound, $this
woocommerce_cart_subtotal, $cart_subtotal, $compound, $this
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_cart_subtotal, $cart_subtotal, $compound, $this') is found 1 times:
- /includes/class-wc-cart.php line 2331
$cart_subtotal .= ' <small class="tax_label">' . WC()->countries->ex_tax_or_vat() . '</small>'; } } return apply_filters( 'woocommerce_cart_subtotal', $cart_subtotal, $compound, $this ); } /** * Get the product row price per item. * * @param WC_Product $product Product object.