Advertisement
Guest User

WP Pods: Orderby CURRENCY failure

a guest
Jul 23rd, 2014
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. $products = pods('products', array(
  2.        'page' => 1,
  3.        'limit' => 10,
  4.        'orderby' => 'product_price ASC',
  5.        'where' => "post_status` = 'publish'"
  6.     ));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement