766<?php767 * @since 2.5.0768 *769 * @param mixed $result Value for the user's option.770 * @param string $option Name of the option being retrieved.771 * @param WP_User $user WP_User object of the user whose option is being retrieved.772 */773 return apply_filters( "get_user_option_{$option}", $result, $option, $user );774}775776/**777 * Updates user option with global blog capability.778 *779 * 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.