Updated COT Upgrade Recipe Book (markdown)
parent
ec50ee4fac
commit
9d881007c0
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue