joeyd
8/18/2016 - 3:59 PM

gistfile1.txt

function wc_remove_related_products( $args ) {
    return array();
}
add_filter('woocommerce_related_products_args','wc_remove_related_products', 10);