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/35c04e7ec3cae0689e25aefe3ccc7aa0 to your computer and use it in GitHub Desktop.
Save wooexperte/35c04e7ec3cae0689e25aefe3ccc7aa0 to your computer and use it in GitHub Desktop.
WooCommerce Schlagwörter und Kategorie ausblenden
/*
* Für das Theme Storefront von WooCommerce Schlagwörter und Kategorie auf der Produktseite ausblenden
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_meta', 40 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment