Archived topic
Remove related products Woocommerce
1 reply · Started by Gines on June 17, 2017
Viewing posts 1–2 of 2
Hi, I need to remove the related products from the Woocommerce product page. I have tried this, but I can not remove it, it could help me. My page is this: https://www.deporexpan.es
function wc_remove_related_products( $args ) {
return array();
}
add_filter('woocommerce_related_products_args','wc_remove_related_products', 10);
You can do this from the Customiser > Layouts > Woocommerce > Under Single Product > Display Related Products check box
This archived topic is closed to new replies.