Okay so I am trying to hide the 'Related Products' section on the product page, BUT only for a specific product not all products.
I have found the following documentation to hide the section for all product pages: https://docs.woocommerce.com/document/remove-related-posts-output/
But as I mentioned this is how to hide the 'Related Products' section on all product pages. But I am looking for a way to hide this section ONLY on a specific product page.
Does anyone have any idea on how this can be achieved. I would greatly appreciate any help.
Try the following that will remove related products from specific defined product ID(s) page(s):
Code goes in function.php file of your active child theme (or active theme). Tested and works.