Viewing 1 replies (of 1 total)
  • You need to add below code into your theme functions.php:

    function wc_remove_related_products( $args ) {
    	return array();
    }
    
    add_filter('woocommerce_related_products_args','wc_remove_related_products', 10);
Viewing 1 replies (of 1 total)
  • The topic ‘how to remove related products’ is closed to new replies.