apply_filters( "get_user_option_{$option}", mixed $result , string $option , WP_User $user )
Filters a specific user option value.
Description Description
The dynamic portion of the hook name, $option
, refers to the user option name.
Parameters Parameters
Source Source
File: wp-includes/user.php
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |