File: bp-core/classes/class-bp-user-query.php |
Description |
---|---|
BP_User_Query::do_user_ids_query() |
Query for IDs of users that match the query parameters. |
bp_found_user_query |
Filters the found user SQL statements before query. |
BP_User_Query::do_wp_user_query() |
Use WP_User_Query() to pull data for the user IDs retrieved in the main query. |
bp_wp_user_query_args |
Filters the WP User Query arguments before passing into the class. |
BP_User_Query::get_include_ids() |
Fetch the IDs of users to put in the IN clause of the main query. |
BP_User_Query |
BuddyPress User Query class. |