Methods |
Description |
---|---|
BP_Settings_Export::process_data() |
Export member profile settings. |
BP_Settings_Export::process_erase() |
Delete user profile settings. |
BP_Signup::__construct() |
Class constructor. |
BP_Signup::activate() |
Activate a pending account. |
BP_Signup::add() |
Add a signup. |
BP_Signup::add_backcompat() |
Create a WP user at signup. |
BP_Signup::check_user_status() |
Check a user status (from wp_users) on a non-multisite config. |
BP_Signup::count_signups() |
How many inactive signups do we have? |
BP_Signup::delete() |
Delete a pending account. |
BP_Signup::get() |
Fetch signups based on parameters. |
BP_Signup::populate() |
Populate the instantiated class with data based on the signup_id provided. |
BP_Signup::resend() |
Resend an activation email. |
BP_Signup::update() |
Update the meta for a signup. |
BP_Signup::validate() |
Activate a signup. |
BP_Suggestions::__construct() |
Constructor. |
BP_Suggestions::get_suggestions() |
Find and return a list of suggestions that match the query. |
BP_Suggestions::set_query() |
Set the parameters for the suggestions service query. |
BP_Suggestions::validate() |
Validate and sanitise the parameters for the suggestion service query. |
BP_Theme_Compat::__construct() |
Pass the $properties to the object on creation. |
BP_Theme_Compat::__get() |
Get a theme’s property. |
BP_Theme_Compat::__set() |
Set a theme’s property. |
BP_Theme_Compat::setup_actions() |
Set up theme hooks for your template package. |
BP_Theme_Compat::setup_globals() |
Set up global data for your template package. |
BP_Theme_Compat::start() |
Set up the BuddyPress-specific theme compat methods. |
BP_User_Query::__construct() |
Constructor. |
BP_User_Query::do_user_ids_query() |
Query for IDs of users that match the query parameters. |
BP_User_Query::do_wp_user_query() |
Use WP_User_Query() to pull data for the user IDs retrieved in the main query. |
BP_User_Query::get_include_ids() |
Fetch the IDs of users to put in the IN clause of the main query. |
BP_User_Query::get_sql_clause_for_member_types() |
Get a SQL clause representing member_type include/exclusion. |
BP_User_Query::populate_extras() |
Perform a database query to populate any extra metadata we might need. |
BP_User_Query::prepare_user_ids_query() |
Prepare the query for user_ids. |
BP_User_Query::setup_hooks() |
Allow extending classes to set up action/filter hooks. |
BP_Walker_Category_Checklist::end_el() |
Ends the element output, if needed. |
BP_Walker_Category_Checklist::end_lvl() |
Ends the list of after the elements are added. |
BP_Walker_Category_Checklist::start_el() |
Start the element output. |
BP_Walker_Category_Checklist::start_lvl() |
Starts the list before the elements are added. |
BP_Walker_Nav_Menu_Checklist::__construct() |
Constructor. |
BP_Walker_Nav_Menu_Checklist::end_lvl() |
Create the markup to end a tree level. |
BP_Walker_Nav_Menu_Checklist::start_el() |
Create the markup to start an element. |
BP_Walker_Nav_Menu_Checklist::start_lvl() |
Create the markup to start a tree level. |
BP_Walker_Nav_Menu::start_el() |
Display the current |
BP_Walker_Nav_Menu::walk() |
Display array of elements hierarchically. |
BP_XProfile_Component::__construct() |
Start the xprofile component creation process. |
BP_XProfile_Component::includes() |
Include files. |
BP_XProfile_Component::late_includes() |
Late includes method. |
BP_XProfile_Component::rest_api_init() |
Init the BuddyBoss REST API. |
BP_XProfile_Component::setup_admin_bar() |
Set up the Admin Bar. |
BP_XProfile_Component::setup_cache_groups() |
Setup cache groups. |
BP_XProfile_Component::setup_globals() |
Setup globals. |
BP_XProfile_Component::setup_hooks() |
Add custom hooks. |