Replies: 0
Hello,
After yesterday update, the function to remove related products, stops working.
function wc_remove_related_products( $args ) {
return array();
}
add_filter(‘woocommerce_related_products_args’,’wc_remove_related_products’, 10);
Can someone help?
Thnaks