woocommerce_shipping_rate_description, $this->data[description], $this
woocommerce_shipping_rate_description, $this->data[description], $this
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_shipping_rate_description, $this->data[description], $this') is found 1 times:
- /includes/class-wc-shipping-rate.php line 371
* * @param string $description The current description. * @param WC_Shipping_Rate $this The shipping rate. */ return apply_filters( 'woocommerce_shipping_rate_description', $this->data['description'], $this ); } /** * Get rate delivery time. * * @since 9.2.0