wc_cart_totals_subtotal_html()
Get the subtotal.
No Hooks.
Returns
null. Nothing (null).
Usage
wc_cart_totals_subtotal_html();
wc_cart_totals_subtotal_html() wc cart totals subtotal html code WC 10.7.0
function wc_cart_totals_subtotal_html() {
echo WC()->cart->get_cart_subtotal(); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
}