@since: BuddyPress 1.7.0 |
Description |
|---|---|
| BP_User_Query::__construct() |
Constructor. |
| bp_pre_user_query_construct |
Fires before the construction of the BP_User_Query query. |
| BP_User_Query::prepare_user_ids_query() |
Prepare the query for user_ids. |
| 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. |
| bp_wp_user_query_args |
Filters the WP User Query arguments before passing into the class. |
| BP_Theme_Compat::setup_globals() |
Set up global data for your template package. |
| BP_Theme_Compat::setup_actions() |
Set up theme hooks for your template package. |