woocommerce_cart_totals_taxes_total_html

woocommerce_cart_totals_taxes_total_html

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_cart_totals_taxes_total_html') is found 1 times:

  • /includes/wc-cart-functions.php line 250
    /**
     * Get taxes total.
     */
    function wc_cart_totals_taxes_total_html() {
    	echo apply_filters( 'woocommerce_cart_totals_taxes_total_html', wc_price( WC()->cart->get_taxes_total() ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
    }
    
    /**
     * Get a coupon label.
     *
     * @param string|WC_Coupon $coupon Coupon data or code.