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/optin/fields/radio.php +2 -2 1.7.92.7.0 View file →
@@ -20,9 +20,9 @@
20 20 return;
21 21 }
22 22
23 23 ?>
24 - <div class="sellkit-field-subgroup <?php echo $field['inline_list']; ?>">
24 + <div class="sellkit-field-subgroup <?php echo esc_attr( $field['inline_list'] ); ?>">
25 25 <?php $this->render_options( $options, $field['required'] ); ?>
26 26 </div>
27 27 <?php
28 28 }
@@ -47,9 +47,9 @@
47 47 id="<?php echo esc_attr( $option_id ); ?>"
48 48 class="sellkit-field"
49 49 name="<?php echo esc_attr( $option_name ); ?>"
50 50 value="<?php echo esc_attr( $option_value ); ?>"
51 - <?php echo $option_required; ?>>
51 + <?php echo esc_attr( $option_required ); ?>>
52 52 <label
53 53 for="<?php echo esc_attr( $option_id ); ?>"
54 54 class="sellkit-field-label sellkit-field-option-label">
55 55 <?php echo esc_html( $option_label ); ?>