Filters a specific user option value.
Description
The dynamic portion of the hook name, $option
, refers to the user option name.
Parameters
Source
return apply_filters( "get_user_option_{$option}", $result, $option, $user );
Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.