Guest User

Untitled

a guest
Nov 18th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. $all_prods = array(
  2. 'posts_per_page' => -1,
  3. 'post_type' => 'product',
  4. );
  5.  
  6. dump(query_posts($all_prods));
  7.  
  8. $prod = wc_get_product(440);
  9. dump($prod);
Add Comment
Please, Sign In to add comment