Created
June 1, 2021 19:08
-
-
Save manuelhudec/8e29e50eb66493112294e46f4197eb75 to your computer and use it in GitHub Desktop.
WooCommerce - Hide category product count in product archives
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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