woocommerce_shipping_rate_description

woocommerce_shipping_rate_description

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

apply_filters('woocommerce_shipping_rate_description') is found 1 times:

  • /includes/class-wc-shipping-rate.php line 309
    		 *
    		 * @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