mynote
mynote copied to clipboard
Properly Sanitize Comment Fields
Using WP Sanitize Textarea Fields will preserve new lines (\n) and other whitespace, which are legitimate input in textarea elements, otherwise is same as sanitize_text_field()
.