apply_filters( 'sanitize_user', string $username , string $raw_username , bool $strict )
Filters a sanitized username string.
Description Description
Parameters Parameters
- $username
-
(string) Sanitized username.
- $raw_username
-
(string) The username prior to sanitization.
- $strict
-
(bool) Whether to limit the sanitization to specific characters. Default false.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.0.1 | Introduced. |