Skip to content

Instantly share code, notes, and snippets.

@woogists
Last active April 25, 2018 08:05
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 woogists/bb3e6eff243e10f18ce5582f97f514dc to your computer and use it in GitHub Desktop.
Save woogists/bb3e6eff243e10f18ce5582f97f514dc to your computer and use it in GitHub Desktop.
[Frontend Snippets] Hide sub-category product count in product archives
/**
* 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