I'm looking for a way of selecting the users for one site within a multisite set up. Can anyone tell me how to do this please?
This is what I have at the moment:
$user_search = $wpdb->get_results("SELECT ID, display_name, user_email FROM ".$wpdb->base_prefix."users");
but this selects all users across the multisite.
Many thanks!
