Related products appearing on product page bottom
-
Since v 3.0.1
I now have Related products listed at the foot of all product pages, each with a nice (not) 60px high H2 tag content. Yuk.I don’t want to have related products display at all, but can find no way of hiding them I don’t want a plug in to do this – more maintenance. Have tried –
function wc_remove_related_products( $args ) {
return array();
}
add_filter( ‘woocommerce_related_products_args’,’wc_remove_related_products’, 10 );but this has not worked. My pre 3.0.1 version did not display them can anyone suggest how to stop this?
I compared staging and live but cannot pin down anythign in theme functions php that may prevent display on live but not on staging.
Any thoughts?
- The topic ‘Related products appearing on product page bottom’ is closed to new replies.