woocommerce_order_update_shipping

woocommerce_order_update_shipping

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_order_update_shipping') is found 1 times:

  • /includes/legacy/abstract-wc-legacy-order.php line 246
    		$item->set_props( $args );
    		$item->save();
    		$this->calculate_shipping();
    
    		do_action( 'woocommerce_order_update_shipping', $this->get_id(), $item->get_id(), $args );
    
    		return $item->get_id();
    	}
    
    	/**
    	 * Update fee for order.