Summery Summery
Filters a specific user option value.
Syntax Syntax
Description Description
The dynamic portion of the hook name, $option
, refers to the user option name.
Parameters Parameters
- $result
-
Value for the user's option.
- $option
-
Name of the option being retrieved.
- $user
-
WP_User object of the user whose option is being retrieved.
Source Source
File: wp-includes/user.php
Advertisement
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |