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