woocommerce_shipping_rate_taxes, $this->data[taxes], $this

woocommerce_shipping_rate_taxes, $this->data[taxes], $this

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_shipping_rate_taxes, $this->data[taxes], $this') is found 1 times:

  • /includes/class-wc-shipping-rate.php line 319
    		 * @since 3.2.0
    		 * @param array $taxes The shipping rate taxes.
    		 * @param WC_Shipping_Rate $this The shipping rate object.
    		 */
    		return apply_filters( 'woocommerce_shipping_rate_taxes', $this->data['taxes'], $this );
    	}
    
    	/**
    	 * Get shipping tax.
    	 *
    	 * @return float