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/7c552d13fa18c44e423d350ceb0853c5 to your computer and use it in GitHub Desktop.
Save wooexperte/7c552d13fa18c44e423d350ceb0853c5 to your computer and use it in GitHub Desktop.
WooCommerce - Ähnliche Produkte ausblenden
/*
* WooCommerce - Ähnliche Produkte ausblenden
* https://wooexperte.de/snippet/woocommerce-aehnliche-produkte-ausblenden/
*/
remove_action ( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment