Answer the question
In order to leave comments, you need to log in
How to make a request for recommended products in woo?
Can you tell me how to make a request for recommended products in woo using WP Query?
This method doesn't work..
$args = array(
'meta_key' => '_featured',
'meta_value' => 'yes',
);
$featured_query = new WP_Query($args);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question