$options ) : ?>
type;
} else {
$attribute_type = 'select';
}
$class = '';
$class .= esc_attr( $attribute_type ) . '-type';
$class .= ' product-' . esc_attr( $attribute_name ) . '-swatch';
?>
$options,
)
);
}
wc_dropdown_variation_attribute_options(
array(
'options' => $options,
'attribute' => $attribute_name,
'product' => $product,
'type' => $attribute_type,
)
);
?>
' . esc_html__( 'Clean All', 'alpus' ) . ' ' ) ) : '';
?>