Skip to content

Instantly share code, notes, and snippets.

@odil-io
Created February 23, 2017 16:10
Show Gist options
  • Save odil-io/c372c421cff2290c5339a2916efe0c65 to your computer and use it in GitHub Desktop.
Save odil-io/c372c421cff2290c5339a2916efe0c65 to your computer and use it in GitHub Desktop.
WooCommerce product count in category view
// WooCommerce category product count
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