Get all WordPress user emails April 13, 2020 This post brought to you by RocketGeek, ButlerBlog, and the following: $users = get_users(); foreach ( $users as $user ) { $email = $user->user_email; }