Skip to content

Instantly share code, notes, and snippets.

@aderaaij
Created July 24, 2014 08:55
Show Gist options
  • Save aderaaij/e1e649d78760a234535d to your computer and use it in GitHub Desktop.
Save aderaaij/e1e649d78760a234535d to your computer and use it in GitHub Desktop.
Remove result count (in archive or after ordering)
<?php
// remove woocommerce result count
function woocommerce_result_count() {
return;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment