Filters a sanitized textarea field string.
Parameters
$filteredstring- The sanitized string.
$strstring- The string prior to being sanitized.
Source
return apply_filters( 'sanitize_textarea_field', $filtered, $str );
Changelog
| Version | Description |
|---|---|
| 4.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.