Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. function nntest(){
  2. global $woocommerce;
  3. global $product;
  4. $product_id = 1100;
  5. echo $product->get_stock_quantity();
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement