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/textarea.php +1 -1 1.7.92.7.0 View file →
@@ -34,9 +34,9 @@
34 34 public function field( $field, $args, $key ) {
35 35 $placeholder = $this->placeholder_required_value( $args );
36 36
37 37 ?>
38 - <p id="<?php echo $key; ?>_field" data-priority="">
38 + <p id="<?php echo esc_attr( $key ); ?>_field" data-priority="">
39 39 <span class="woocommerce-input-wrapper">
40 40 <textarea
41 41 name="<?php echo esc_attr( $key ); ?>"
42 42 id="<?php echo esc_attr( $key ); ?>"