wc_cart_totals_subtotal_html()

Get the subtotal.


Description Description


Source Source

File: includes/wc-cart-functions.php

function wc_cart_totals_subtotal_html() {
	echo WC()->cart->get_cart_subtotal(); // WPCS: XSS ok.
}


Top ↑

User Contributed Notes User Contributed Notes

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