This commit is contained in:
Mike Jolley 2012-04-11 10:45:30 +01:00
parent b04bdceda0
commit 05f0bd54cf
1 changed files with 1 additions and 0 deletions

View File

@ -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',