783<?php784 * @since 2.5.0785 *786 * @param mixed $result Value for the user's option.787 * @param string $option Name of the option being retrieved.788 * @param WP_User $user WP_User object of the user whose option is being retrieved.789 */790 return apply_filters( "get_user_option_{$option}", $result, $option, $user );791}792793/**794 * Updates user option with global blog capability.795 *796 * 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.