2150* @since 2.0.12151*2152* @param string$username Sanitized username.2153* @param string$raw_username The username prior to sanitization.2154* @param bool$strict Whether to limit the sanitization to specific characters.2155*/2156returnapply_filters('sanitize_user',$username,$raw_username,$strict);2157}21582159/**2160* Sanitizes a string key.2161*2162* Keys are used as internal identifiers. Lowercase alphanumeric characters,
History
Introduced in 2.0.1. Unchanged from 6.7.7 through 7.1.0.