apply_filters( 'sanitize_text_field', string $filtered , string $str )
Filters a sanitized text field string.
Description Description
Parameters Parameters
- $filtered
-
(string) The sanitized string.
- $str
-
(string) The string prior to being sanitized.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.9.0 | Introduced. |