1
-
Working. Great module, saves my lot of time. Easy to manage from back end.
$args = array( 'post_type' => 'product', 'post_status' => 'publish', );Enough to pass get_posts() or WP_Query()
The topic ‘1’ is closed to new replies.
Working. Great module, saves my lot of time. Easy to manage from back end.
$args = array(
'post_type' => 'product',
'post_status' => 'publish',
);
Enough to pass get_posts() or WP_Query()
The topic ‘1’ is closed to new replies.