Skip to content

Instantly share code, notes, and snippets.

@temperatio
Created March 11, 2014 18:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save temperatio/9492051 to your computer and use it in GitHub Desktop.
Save temperatio/9492051 to your computer and use it in GitHub Desktop.
Woocommerce: Remove related products
/**
* Remove related products
*/
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