woocommerce_checkout_create_order_line_item, $item, $cart_item_key, $values, $order
woocommerce_checkout_create_order_line_item, $item, $cart_item_key, $values, $order
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_checkout_create_order_line_item, $item, $cart_item_key, $values, $order') is found 1 times:
- /includes/class-wc-checkout.php line 598
* Action hook to adjust item before save. * * @since 3.0.0 */ do_action( 'woocommerce_checkout_create_order_line_item', $item, $cart_item_key, $values, $order ); // Add item to order and save. $order->add_item( $item ); } }