WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about get_user_option_

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/user.php apply_filters 687 /**
* Filters a specific user option value.
*
* The dynamic portion of the hook name, `$option`, refers to the user option name.
*
* @since 2.5.0
*
* @param mixed $result Value for the user's option.
* @param string $option Name of the option being retrieved.
* @param WP_User $user WP_User object of the user whose option is being retrieved.
*/

Hook Parameters

Parameter Type Name Description
mixed $result Value for the user's option.
string $option Name of the option being retrieved.
WP_User $user WP_User object of the user whose option is being retrieved.