I tried this code in the functions.php int the editor you had in another post 1 month ago but there is no change
<?php function wc_remove_related_products( $args ) { return array(); } add_filter(‘woocommerce_related_products_args’,’wc_remove_related_products’, 10);
?>
Thanks