HPOS order screen save action hook
-
What’s the equivalent action hook for save_post for the new HPOS-related order screens?
Following this page ( https://github.com/woocommerce/woocommerce/wiki/High-Performance-Order-Storage-Upgrade-Recipe-Book ) we can ensure our meta boxes appear on the new order screens.
But, we rely on save_post to grab data from our meta boxes. We know the new $order->update_meta_data etc functions but we just need a hook for when the backend order screen is saved, the equivalent for save_post
Also, is there any page that has a list of all the new hooks, filters or functions? It would be great if could just type in “hpos” on this page ( https://woocommerce.github.io/code-reference/index.html ) and see items related to the new hpos changes.
Thanks!
- The topic ‘HPOS order screen save action hook’ is closed to new replies.