$the_user = get_user_by('login', 'rudrastyh'); $the_user_id = $the_user->ID;. Is there a way to get username from user ID? Yes, just use get_userdata() or ...
確定! 回上一頁