{"id":3942,"date":"2020-03-17T20:28:20","date_gmt":"2020-03-18T03:28:20","guid":{"rendered":"https:\/\/codedcommerce.com\/product\/import-placeholder-for-183\/"},"modified":"2023-10-08T19:55:52","modified_gmt":"2023-10-09T02:55:52","slug":"remove-product-archives-sorting","status":"publish","type":"woo-code","link":"https:\/\/codedcommerce.com\/woo\/remove-product-archives-sorting\/","title":{"rendered":"Remove product archives sorting"},"content":{"rendered":"\n<pre class=\"wp-block-code language-php\"><code>add_action( 'init', function() {\n\n\t\/\/ Results Counts\n\tremove_action( 'woocommerce_before_shop_loop', 'woocommerce_result_count', 20 );\n\tremove_action( 'woocommerce_after_shop_loop', 'woocommerce_result_count', 20 );\n\n\t\/\/ WooCommerce Template\n\t\/\/remove_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 30 );\n\t\/\/remove_action( 'woocommerce_after_shop_loop', 'woocommerce_catalog_ordering', 30 );\n\n\t\/\/ Storefront Theme Template\n\tremove_action( 'woocommerce_after_shop_loop', 'woocommerce_catalog_ordering', 10 );\n\tremove_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 10 );\n\n} );<\/code><\/pre>\n","protected":false},"template":"","class_list":["post-3942","woo-code","type-woo-code","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/woo-code\/3942","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=3942"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}