711<?php712 * @since 2.5.0713 *714 * @param mixed $result Value for the user's option.715 * @param string $option Name of the option being retrieved.716 * @param WP_User $user WP_User object of the user whose option is being retrieved.717 */718 return apply_filters( "get_user_option_{$option}", $result, $option, $user );719}720721/**722 * Updates user option with global blog capability.723 *724 * User options are just like user metadata except that they have support for
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.