field['msg'] = $this->field['msg'] ?? esc_html__( 'Unsafe strings were found in your CSS and have been filtered out.', 'redux-framework' ); $data = $this->value; $data = wp_filter_nohtml_kses( $data ); $data = str_replace( '>', '>', $data ); $data = stripslashes( $data ); if ( $data !== $this->value ) { $this->field['current'] = $data; $this->warning = $this->field; } $this->value = $data; } } }