woocommerce / woocommerce-product-tables-feature-plugin

Implements new data-stores and moves product data into custom tables, with a new, normalised data structure.
GNU General Public License v3.0
192 stars 32 forks source link

Backwards compatibility for WP_Query meta_query #97

Closed kloon closed 6 years ago

kloon commented 6 years ago

Add backward compatibility for WP_Query meta_query. An alternative would be to not add it and force themes/plugins to make use of crud instead.

mikejolley commented 6 years ago

We'll be taking the CRUD route so we'll need to ensure wc_get_products is robust. This will be merged in a major so we will document this type of thing on release.