Hi,
You did not put this code correctly with wrap of php tags [ <?php ?> ] as i see at your site top area . Please remove that one and add this one very soon . It will work 100% sure .
<?php function wc_remove_related_products( $args ) { return array(); } add_filter(‘woocommerce_related_products_args’,'wc_remove_related_products’, 10);
?>
Thanks