WC_Shipping_Rate::get_taxes()
Get rate taxes.
Method of the class: WC_Shipping_Rate{}
Hooks from the method
Return
Array
.
Usage
$WC_Shipping_Rate = new WC_Shipping_Rate(); $WC_Shipping_Rate->get_taxes();
Changelog
Since 3.2.0 | Introduced. |
WC_Shipping_Rate::get_taxes() WC Shipping Rate::get taxes code WC 9.4.2
public function get_taxes() { return apply_filters( 'woocommerce_shipping_rate_taxes', $this->data['taxes'], $this ); }