Summery Summery
Filters the value of a user field in a standard context.
Syntax Syntax
Description Description
The dynamic portion of the hook name, $field
, refers to the prefixed user field being filtered, such as ‘user_login’, ‘user_email’, ‘first_name’, etc.
Parameters Parameters
- $value
-
The user object value to sanitize.
- $user_id
-
User ID.
- $context
-
The context to filter within.
Source Source
File: wp-includes/user.php
Advertisement
Changelog Changelog
Version | Description |
---|---|
2.9.0 | Introduced. |