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::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. |
BP_User_Query::__construct() |
Constructor. |