Skip to content

Instantly share code, notes, and snippets.

@agusmu
Last active July 16, 2016 18:37
Show Gist options
  • Save agusmu/6265748 to your computer and use it in GitHub Desktop.
Save agusmu/6265748 to your computer and use it in GitHub Desktop.
WooCommerce - Hide Product Category Count
add_filter( 'woocommerce_subcategory_count_html', 'prima_hide_subcategory_count' );
function prima_hide_subcategory_count() {
/* empty - no count */
}
@agusmu
Copy link
Author

agusmu commented Sep 28, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment