We can retrieve our values by using the get_user_meta() function: global $current_user; get_currentuserinfo(); $user_id = $current_user->ID; ...
確定! 回上一頁