Commenting out Woocommerce actions = bad practice
remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20 );
That way developers can put the hook back if needed.
Thanx for fixing this
Vasik
remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20 );
Comments
we can do this as you want while future updates. It's not a problem for us.
Thanks!