wc_cart_totals_taxes_total_html()

Get taxes total.


Description Description


Source Source

File: includes/wc-cart-functions.php

function wc_cart_totals_taxes_total_html() {
	echo apply_filters( 'woocommerce_cart_totals_taxes_total_html', wc_price( WC()->cart->get_taxes_total() ) ); // WPCS: XSS ok.
}


Top ↑

User Contributed Notes User Contributed Notes

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