WooCommerce wc_get_products
-
Hi,
thanks for the great plugin.
I tried to find if anyone asked the same thing, but didn’t get any results.WooCommerce is changing quite a bit and changing the way it searches products (or stores in the database), so the recommended way for search programmatically would be using wc_get_products() function, WC_Product_Query class or via Data_Store class (https://github.com/woocommerce/woocommerce/blob/master/includes/data-stores/class-wc-product-data-store-cpt.php#L1553).
Is there a way to implement Relevanssi to those (or one of) searches?
I have a custom “live search”, where I don’t want to depend on WP_Query as it’s not futureproof with WooCommerce.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘WooCommerce wc_get_products’ is closed to new replies.