Uses
Uses | Description |
---|---|
wp-includes/formatting.php: sanitize_user() | Sanitizes a username, stripping out unsafe characters. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/user.php: validate_username | Filters whether the provided username is valid or not. |