PluginProbe
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster / 2.7.0
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster v2.7.0
2.7.0 2.6.0 trunk 1.1.0 1.1.4 1.2.1 1.2.2 1.2.3 1.2.5 1.2.9 1.3.1 1.3.2 1.5.0 1.5.1 1.5.4 1.5.7 1.5.8 1.5.9 1.6.2 1.6.5 1.6.8 1.7.2 1.7.4 1.7.5 1.7.9 All 43 releases
← All changes | includes/elementor/modules/checkout/fields/multiselect.php +1 -1 1.2.92.7.0 View file →
@@ -47,9 +47,9 @@
47 47 public function field( $field, $args, $key ) {
48 48 ?>
49 49 <p>
50 50 <span class="woocommerce-input-wrapper checkbox_wrapper">
51 - <select multiple name="<?php echo esc_attr( $args['id'] ); ?>" >
51 + <select multiple name="<?php echo esc_attr( $key ); ?>" >
52 52 <?php foreach ( $args['options'] as $value => $label ) : ?>
53 53 <option value="<?php echo esc_attr( $value ); ?>"><?php echo esc_html( $label ); ?></option>
54 54 <?php endforeach; ?>
55 55 </select>