From 9d881007c010a0e405f712cfa8888f74f6b6cc8b Mon Sep 17 00:00:00 2001 From: Barry Hughes <3594411+barryhughes@users.noreply.github.com> Date: Tue, 6 Sep 2022 12:11:08 -0700 Subject: [PATCH] Updated COT Upgrade Recipe Book (markdown) --- COT-Upgrade-Recipe-Book.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COT-Upgrade-Recipe-Book.md b/COT-Upgrade-Recipe-Book.md index d147022..4a92890 100644 --- a/COT-Upgrade-Recipe-Book.md +++ b/COT-Upgrade-Recipe-Book.md @@ -162,7 +162,7 @@ Similar to direct DB access, we have also added new screens for order administra ```regexp -(post_updated_messages)|(do_meta_boxes)|(enter_title_here)|(edit_form_before_permalink)|(edit_form_after_title)|(edit_form_after_editor)|(submitpage_box)|(submitpost_box)|(edit_form_advanced)|(dbx_post_sidebar)|(manage_shop_order_posts_columns)|(manage_shop_order_posts_custom_columns) +(post_updated_messages)|(do_meta_boxes)|(enter_title_here)|(edit_form_before_permalink)|(edit_form_after_title)|(edit_form_after_editor)|(submitpage_box)|(submitpost_box)|(edit_form_advanced)|(dbx_post_sidebar)|(manage_shop_order_posts_columns)|(manage_shop_order_posts_custom_column) ``` You will see a lot of false positives here as well. However, if you do encounter a usage where these methods are called for the order screen then to upgrade them to custom tables, the following changes have to be done: