• Resolved aaron843

    (@aaron843)


    I have been using this, but after updating it no longer works. Any ideas?

    function wc_remove_related_products( $args ) {
    	return array();
    }
    
    add_filter('woocommerce_related_products_args','wc_remove_related_products', 10);
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘wc_remove_related_products no longer working’ is closed to new replies.