Uses
| Uses | Description |
|---|---|
| wp-includes/formatting.php: _sanitize_text_fields() | Internal helper function to sanitize a string from user input or from the db |
| wp-includes/formatting.php: sanitize_textarea_field | Filters a sanitized textarea field string. |
| wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |