Tagged Questions
0
votes
3answers
297 views
Alternative to esc_textarea
I need an alternative function to use with textareas in meta boxes instead of esc_textarea.
The problem is that when I use this function with textarea's it removes line breaks and paragraphs. Is ...