[ad_1]
I am testing out on my dev site having the HPOS option enabled for woocommerce to see what all is not working correctly in my own custom plugins
In the sidebar of an order – the age gate meta box is showing an error
Warning: Attempt to read property "ID" on null in [pathpathpathpath]/wp-content/plugins/age-gate/src/Admin/Post/Edit.php on line 127This is with wordpress 6.4.2, woocommerce 8.5.2
most likely because of the way that it’s based on an order ID now instead of post ID. See https://github.com/woocommerce/woocommerce/wiki/High-Performance-Order-Storage-Upgrade-Recipe-Book
