Skip to content

Commit

Permalink
Trying to use 100 products per page
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Moraes committed Oct 15, 2018
1 parent 2141309 commit 7bbceb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template-tickets.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
$data = array(
'status' => 'publish',
'orderby' => 'date',
'order' => 'asc'
'order' => 'asc',
'per_page' => 100
);

$products = $woocommerce->get('products', $data);
Expand Down

0 comments on commit 7bbceb0

Please sign in to comment.