Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shameemreza/9e2c6ef2877d4c4bff992932b569c909 to your computer and use it in GitHub Desktop.
Save shameemreza/9e2c6ef2877d4c4bff992932b569c909 to your computer and use it in GitHub Desktop.
Remove the search results count in WooCommerce.
remove_action('woocommerce_before_shop_loop', 'woocommerce_result_count', 20);
remove_action('woocommerce_after_shop_loop', 'woocommerce_result_count', 20);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment