WC_Cart::get_shipping_taxes()
Get taxes.
Method of the class: WC_Cart{}
Hooks from the method
Return
null
. Nothing (null).
Usage
$WC_Cart = new WC_Cart(); $WC_Cart->get_shipping_taxes();
Changelog
Since 3.2.0 | Introduced. |
WC_Cart::get_shipping_taxes() WC Cart::get shipping taxes code WC 9.4.2
public function get_shipping_taxes() { return apply_filters( 'woocommerce_cart_' . __FUNCTION__, $this->get_totals_var( 'shipping_taxes' ) ); }