From cf9944d4ba613b0328b7c62704cd0ac6f7435e3f Mon Sep 17 00:00:00 2001 From: Vedanshu Jain Date: Wed, 21 Sep 2022 12:39:46 +0530 Subject: [PATCH] Remove the note that this is a place to collect snippet, since we are making this official. --- High-Performance-Order-Storage-Upgrade-Recipe-Book.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/High-Performance-Order-Storage-Upgrade-Recipe-Book.md b/High-Performance-Order-Storage-Upgrade-Recipe-Book.md index 16f535c..4938646 100644 --- a/High-Performance-Order-Storage-Upgrade-Recipe-Book.md +++ b/High-Performance-Order-Storage-Upgrade-Recipe-Book.md @@ -1,5 +1,3 @@ -> 💡 This is a place to collect short 'recipes' for the transition to High-performance Order Storage that may be useful by themselves, or possibly for later use as part of an official upgrade guide. Feel free to add to it and edit it. - # What is High-performance Order Storage (HPOS)? WooCommerce has stored order-related data in the post and postmeta tables in the database as a custom WordPress post type so far. This has allowed everyone working in the ecosystem to take advantage of extensive APIs provided by the WordPress core in managing orders as custom post types.