A
A
aliasst2018-10-09 15:22:46
WordPress
aliasst, 2018-10-09 15:22:46

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);

made the product featured, but the _featured field didn't even appear in the database in the wp_postmeta table, so this method doesn't work...

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question