Skip to content

Instantly share code, notes, and snippets.

@JeroenSormani
Created August 28, 2018 06:35
Remove cross-sell from product detail
<?php // For implementation instructions see: https://aceplugins.com/how-to-add-a-code-snippet/
// Remove cross-sell products from product detail page
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