|
$options,
'attribute' => $attribute_name,
'product' => $product,
)
);
/**
* Filters the reset variation button.
*
* @since 2.5.0
*
* @param string $button The reset variation button HTML.
*/
echo end( $attribute_keys ) === $attribute_name ? wp_kses_post( apply_filters( 'woocommerce_reset_variations_link', '' . esc_html__( 'Clear', 'woocommerce' ) . '' ) ) : '';
?>
|