/**
 * Remove Reset Variations Link in Variable Product
 */
add_filter( 'woocommerce_reset_variations_link', '__return_empty_string', 9999 );