Function fm_sanitize_textarea
Sanitize multi-line text.
Parameters summary
string |
$value |
Unsanitized text. |
Return value summary
string
|
Text with each line of $value passed through sanitize_text_field(). |
Sanitize multi-line text.
string |
$value |
Unsanitized text. |
string
|
Text with each line of $value passed through sanitize_text_field(). |