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.
}
Get the subtotal.
File: includes/wc-cart-functions.php
function wc_cart_totals_subtotal_html() {
echo WC()->cart->get_cart_subtotal(); // WPCS: XSS ok.
}