On this page
apply_filters( "get_user_option_{$option}", mixed $result, string $option, WP_User $user )
Filters a specific user option value.
Description
The dynamic portion of the hook name, $option, refers to the user option name.
Parameters
Source
File: wp-includes/user.php. View all references
return apply_filters( "get_user_option_{$option}", $result, $option, $user );
Related
Used By
| Used By | Description |
|---|---|
| get_user_option() wp-includes/user.php | Retrieves user option that can be either per Site or per Network. |
Changelog
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/get_user_option_option