Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save wbcomdev/5abe43c1ad42dfe66c8a841046228066 to your computer and use it in GitHub Desktop.

Select an option

Save wbcomdev/5abe43c1ad42dfe66c8a841046228066 to your computer and use it in GitHub Desktop.
/**
* 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