You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the scenario that a product data store does no extend the custom datastores, it needs to hook woocommerce_product_type_changed to sync the changed product type to the custom products table.
It is unknown if there will be any side effects but it gives at least partial support to woo commerce extensions with their own datastores that extend WC_Product_Data_Store_CPT.
The text was updated successfully, but these errors were encountered:
pcfreak30
added a commit
to pcfreak30/woocommerce-product-tables-feature-plugin
that referenced
this issue
Feb 22, 2020
In the scenario that a product data store does no extend the custom datastores, it needs to hook
woocommerce_product_type_changed
to sync the changed product type to the custom products table.It is unknown if there will be any side effects but it gives at least partial support to woo commerce extensions with their own datastores that extend
WC_Product_Data_Store_CPT
.The text was updated successfully, but these errors were encountered: