woocommerce_cart_subtotal, $cart_subtotal, $compound, $this

woocommerce_cart_subtotal, $cart_subtotal, $compound, $this

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_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.