{"id":3983,"date":"2020-03-17T20:28:39","date_gmt":"2020-03-18T03:28:39","guid":{"rendered":"https:\/\/codedcommerce.com\/product\/import-placeholder-for-265\/"},"modified":"2023-10-08T19:48:02","modified_gmt":"2023-10-09T02:48:02","slug":"products-shortcode-custom-ordering","status":"publish","type":"woo-code","link":"https:\/\/codedcommerce.com\/woo\/products-shortcode-custom-ordering\/","title":{"rendered":"Products shortcode custom ordering"},"content":{"rendered":"\n<pre class=\"wp-block-code language-php\"><code>add_filter( 'woocommerce_shortcode_products_query', function( $args ) {\n\n\t$standard_array = &#91;\n\t\t'menu_order', 'title', 'date', 'rand', 'id', 'popularity', 'rating'\n\t];\n\n\tif( isset( $args&#91;'orderby'] ) &amp;&amp; 'custom' == $args&#91;'orderby'] ) {\n\t\t$args&#91;'orderby'] = 'post__in';\n\t}\n\n\treturn $args;\n\n} );<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\"><\/pre>\n","protected":false},"template":"","class_list":["post-3983","woo-code","type-woo-code","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/woo-code\/3983","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/woo-code"}],"about":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/types\/woo-code"}],"wp:attachment":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/media?parent=3983"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}