Skip to content

Instantly share code, notes, and snippets.

@sarvar
Created December 3, 2016 17:07
Show Gist options
  • Save sarvar/05fcbd9bf17bada15d408557858eeaaf to your computer and use it in GitHub Desktop.
Save sarvar/05fcbd9bf17bada15d408557858eeaaf to your computer and use it in GitHub Desktop.
Hide sub-category product count in product archives woocommerce
add_filter( 'woocommerce_subcategory_count_html', 'jk_hide_category_count' );
function jk_hide_category_count() {
// No count
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment