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/e0b1a1340647ae75522ffb0eca54b710 to your computer and use it in GitHub Desktop.
Save wooexperte/e0b1a1340647ae75522ffb0eca54b710 to your computer and use it in GitHub Desktop.
WooCommerce - Produktzähler im Produktarchiv ausblenden
/*
* WooCommerce - Produktzähler im Produktarchiv ausblenden
*
*/
add_filter( 'woocommerce_subcategory_count_html', 'jk_hide_category_count' );
function jk_hide_category_count() {
// Kein Zähler
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment