fatBuzz
5/21/2018 - 1:20 PM

WooCommerce | Remove Product Results Count

Add the below snippet to functions.php to remove the number of products from the search results/shop archive pages.

// Remove the result count from WooCommerce
remove_action( 'woocommerce_before_shop_loop' , 'woocommerce_result_count', 20 );