WC_Cart::get_fee_taxes()
Get taxes.
Description Description
Source Source
File: includes/class-wc-cart.php
public function get_fee_taxes() { return apply_filters( 'woocommerce_cart_' . __FUNCTION__, $this->get_totals_var( 'fee_taxes' ) ); }
Changelog Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |