woocommerce_shipping_rate_id

woocommerce_shipping_rate_id

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_shipping_rate_id') is found 1 times:

  • /includes/class-wc-shipping-rate.php line 174
    	 * @since 3.2.0
    	 * @return string
    	 */
    	public function get_id() {
    		return apply_filters( 'woocommerce_shipping_rate_id', $this->data['id'], $this );
    	}
    
    	/**
    	 * Get shipping method ID the rate belongs to.
    	 *
    	 * @since 3.2.0