get_user_option_{$option}
最后更新于:2021-11-27 00:14:00
apply_filters( “get_user_option_{$option}”, mixed $result, string $option, GC_User $user )
Filters a specific user option value.
参数
- $result
-
(mixed)
Value for the user’s option. - $option
-
(string)
Name of the option being retrieved. - $user
-
(GC_User)
GC_User object of the user whose option is being retrieved.
源文件
文件: gc-includes/user.php