WC_Cart::get_subtotal_tax()

Get subtotal_tax.


Description Description


Return Return

(float)


Top ↑

Source Source

File: includes/class-wc-cart.php

	public function get_subtotal_tax() {
		return apply_filters( 'woocommerce_cart_' . __FUNCTION__, $this->get_totals_var( 'subtotal_tax' ) );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.2.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.