Skip to content

Instantly share code, notes, and snippets.

@Musilda
Created November 30, 2019 05:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Musilda/cbc414111401d6ffb2aa05cdadd6321c to your computer and use it in GitHub Desktop.
Save Musilda/cbc414111401d6ffb2aa05cdadd6321c to your computer and use it in GitHub Desktop.
<?php
/**
* Hide category product count in product archives
*/
add_filter( 'woocommerce_subcategory_count_html', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment