... get_users() function returns objects including all user data. $users = get_users( $args ); foreach ( $users as $user ) { echo $user->ID; } ...
確定! 回上一頁