Skip to content

Instantly share code, notes, and snippets.

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 wooexperte/409643733a699459a50bad423169e17e to your computer and use it in GitHub Desktop.
Save wooexperte/409643733a699459a50bad423169e17e to your computer and use it in GitHub Desktop.
Ausblenden der Produktanzahl bei den WooCommerce Kategorien
/**
* Ausblenden der Produktanzahl bei den WooCommerce Kategorien
*/
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