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!

没有正确的解决方案

许可以下: CC-BY-SA归因
scroll top