woocommerce_checkout_create_order_shipping_item

woocommerce_checkout_create_order_shipping_item

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_checkout_create_order_shipping_item') is found 1 times:

  • /includes/class-wc-checkout.php line 629
    				 * Action hook to adjust item before save.
    				 *
    				 * @since 3.0.0
    				 */
    				do_action( 'woocommerce_checkout_create_order_shipping_item', $item, $package_key, $package, $order );
    
    				// Add item to order and save.
    				$order->add_item( $item );
    			}
    		}
    	}