Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save manuelhudec/8e29e50eb66493112294e46f4197eb75 to your computer and use it in GitHub Desktop.
Save manuelhudec/8e29e50eb66493112294e46f4197eb75 to your computer and use it in GitHub Desktop.
WooCommerce - 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