File: bp-core/classes/class-bp-user-query.php |
Description |
---|---|
BP_User_Query::populate_extras() |
Perform a database query to populate any extra metadata we might need. |
bp_user_query_populate_extras |
Allows users to independently populate custom extras. |
BP_User_Query::get_sql_clause_for_member_types() |
Get a SQL clause representing member_type include/exclusion. |
BP_User_Query::prepare_user_ids_query() |
Prepare the query for user_ids. |
bp_user_query_online_interval |
Filters the threshold for activity timestamp minutes since to indicate online status. |
bp_user_query_uid_clauses |
Filters the clauses for the user query. |
bp_pre_user_query |
Fires before the BP_User_Query query is made. |
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. |