W3cubDocs

/WordPress

apply_filters( 'sanitize_user', string $username, string $raw_username, bool $strict )

Filters a sanitized username string.

Parameters

$username

(string) Sanitized username.

$raw_username

(string) The username prior to sanitization.

$strict

(bool) Whether to limit the sanitization to specific characters.

Source

File: wp-includes/formatting.php

View on Trac

Changelog

Version Description
2.0.1 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/sanitize_user