show all
This commit is contained in:
parent
b04bdceda0
commit
05f0bd54cf
|
@ -129,6 +129,7 @@ function woocommerce_products($atts){
|
|||
'ignore_sticky_posts' => 1,
|
||||
'orderby' => $orderby,
|
||||
'order' => $order,
|
||||
'posts_per_page' => -1,
|
||||
'meta_query' => array(
|
||||
array(
|
||||
'key' => '_visibility',
|
||||
|
|
Loading…
Reference in New Issue