Skip to content

Instantly share code, notes, and snippets.

@emre-edu-tech
Created November 21, 2023 09:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emre-edu-tech/6fac851188d0f65f6eff5e521d3fd346 to your computer and use it in GitHub Desktop.
Save emre-edu-tech/6fac851188d0f65f6eff5e521d3fd346 to your computer and use it in GitHub Desktop.
Various Woocommerce Filters about Products and Categories
// Remove product count from category listing
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