High Performance Order Storage compatibility
-
Hello,
I wonder if plugin will be compatible with WooCommerce HPOS soon.
As I know HPOS mostly is related to Orders, so probably you would not have to change anything in the plugin. Just add the compatibility declaration.add_action('before_woocommerce_init', function(){ if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) { \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true ); } });
This post summarizes how it works https://webkul.com/blog/woocommerce-plugin-high-performance-order-storage-compatible/
Thanks in advance.
Regards,
Jairo
- The topic ‘High Performance Order Storage compatibility’ is closed to new replies.