Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

orderby total sales woocommerce

$args = array(
  'post_type' => 'shop_order',
  'posts_per_page' => 2000,
  'orderby'   => 'meta_value_num',
  'meta_key'  => 'total_sales',
  ),
);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #orderby #total #sales #woocommerce
ADD COMMENT
Topic
Name
8+2 =