Created
July 24, 2014 08:55
-
-
Save aderaaij/e1e649d78760a234535d to your computer and use it in GitHub Desktop.
Remove result count (in archive or after ordering)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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