WC_Shipping_Rate::get_taxes()publicWC 3.2.0

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() code WC 8.7.0

public function get_taxes() {
	return apply_filters( 'woocommerce_shipping_rate_taxes', $this->data['taxes'], $this );
}