woocommerce_saved_order_items, $order_id, $items

woocommerce_saved_order_items, $order_id, $items

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_saved_order_items, $order_id, $items') is found 1 times:

  • /includes/admin/wc-admin-functions.php line 477
    	$order->calculate_totals( false );
    
    	// Inform other plugins that the items have been saved.
    	/* phpcs:disable WooCommerce.Commenting.CommentHooks.MissingHookComment */
    	do_action( 'woocommerce_saved_order_items', $order_id, $items );
    	/* phpcs: enable */
    }
    
    /**
     * Get HTML for some action buttons. Used in list tables.
     *