| @@ -36,12 +36,10 @@ | ||
| 36 | 36 | ] ); |
| 37 | 37 | } |
| 38 | 38 | |
| 39 | 39 | public function render_content() { |
| 40 | - $attrs = $this->widget->get_render_attribute_string( 'field-' . $this->get_id() ); | |
| 41 | - | |
| 42 | 40 | ?> |
| 43 | - <input <?php echo $attrs; ?>> | |
| 41 | + <input <?php echo $this->widget->get_render_attribute_string( 'field-' . esc_attr( $this->get_id() ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Elementor-generated attributes. ?>> | |
| 44 | 42 | <?php |
| 45 | 43 | } |
| 46 | 44 | |
| 47 | 45 | public static function get_additional_controls() { |