Methods |
Description |
---|---|
BP_Members_Admin::bp_registration_update_option() |
Update site registrations options based on the BuddyBoss general registration settings. |
BP_Members_Admin::bp_registration_update_site_option() |
Update the BuddyBoss > Settings > General > Registrations options based on the Multi Site registration settings. |
BP_Members_Admin::bp_update_registration_update_option() |
Update site registrations options based on the WordPress settings on plugin activate. |
BP_Members_Admin::enqueue_scripts() |
Add some specific styling to the Edit User and Edit User’s Profile page. |
BP_Members_Admin::filter_adminbar_profile_link() |
Filter the profile url. |
BP_Members_Admin::format_xprofile_field_for_display() |
Formats a signup’s xprofile field data for display. |
BP_Members_Admin::get_list_table_class() |
Load the Signup WP Users List table. |
BP_Members_Admin::get_signup_notice() |
Get admin notice when viewing the sign-up page. |
BP_Members_Admin::get_user_id() |
Get the user ID. |
BP_Members_Admin::get_user_notice() |
Get admin notice when saving a user or member profile. |
BP_Members_Admin::member_can_edit() |
Can the current user edit the one displayed. |
BP_Members_Admin::multisite_registration_on() |
Create registration pages when multisite user registration is turned on. |
BP_Members_Admin::process_member_type_update() |
Process changes from the profile type metabox. |
BP_Members_Admin::profile_admin_head() |
Highlight the Users menu if on Edit Profile and check if on the user’s admin profile. |
BP_Members_Admin::profile_nav() |
Create the Profile navigation in Edit User & Edit Profile pages. |
BP_Members_Admin::register_members_admin() |
Setup BP Members Admin. |
BP_Members_Admin::remove_edit_profile_url_filter() |
Remove the filter to edit profile url in WP Admin Bar. |
BP_Members_Admin::remove_signups_from_user_query() |
Make sure no signups will show in users list. |
BP_Members_Admin::row_actions() |
Add a link to Profile in Users listing row actions. |
BP_Members_Admin::setup_actions() |
Set admin-related actions and filters. |
BP_Members_Admin::setup_globals() |
Set admin-related globals. |
BP_Members_Admin::signup_filter_view() |
Filter the WP Users List Table views to include ‘bp-signups’. |
BP_Members_Admin::signup_screen_options() |
Display the admin preferences about signups pagination. |
BP_Members_Admin::signups_admin() |
Signups admin page router. |
BP_Members_Admin::signups_admin_index() |
This is the list of the Pending accounts (signups). |
BP_Members_Admin::signups_admin_load() |
Set up the signups admin page. |
BP_Members_Admin::signups_admin_manage() |
This is the confirmation screen for actions. |
BP_Members_Admin::signups_display_errors() |
Display any activation errors. |
BP_Members_Admin::single_site_registration_on() |
Create registration pages when single site registration is turned on. |
BP_Members_Admin::user_admin() |
Display the user’s profile. |
BP_Members_Admin::user_admin_load() |
Set up the user’s profile admin page. |
BP_Members_Admin::user_admin_member_type_metabox() |
Render the profile type metabox. |
BP_Members_Admin::user_admin_spammer_metabox() |
Render the fallback metabox in case a user has been marked as a spammer. |
BP_Members_Admin::user_admin_stats_metabox() |
Render the Stats metabox to moderate inappropriate images. |
BP_Members_Admin::user_admin_status_metabox() |
Render the Status metabox for user’s profile screen. |
BP_Members_Admin::user_profile_menu() |
Create the /user/ admin Profile submenus for all members. |
BP_Members_Admin::users_table_add_type_column() |
Add profile type column to the WordPress admin users list table. |
BP_Members_Admin::users_table_filter_by_type() |
Filter WP Admin users list table to include users of the specified type. |
BP_Members_Admin::users_table_output_type_change_select() |
Display a dropdown to bulk change the profile type of selected user(s). |
BP_Members_Admin::users_table_populate_type_cell() |
Return member’s type for display in the WP admin users list table. |
BP_Members_Admin::users_table_process_bulk_type_change() |
Process bulk profile type change submission from the WP admin users list table. |
BP_Members_Admin::users_type_change_notice() |
Display an admin notice upon profile type bulk update. |
BP_Members_Component::__construct() |
Start the members component creation process. |
BP_Members_Component::includes() |
Include bp-members files. |
BP_Members_Component::late_includes() |
Late includes method. |
BP_Members_Component::rest_api_init() |
Init the BuddyBoss REST API. |
BP_Members_Component::setup_cache_groups() |
Setup cache groups. |
BP_Members_Component::setup_canonical_stack() |
Set up canonical stack for this component. |
BP_Members_Component::setup_globals() |
Set up bp-members global settings. |
BP_Members_Component::setup_nav() |
Set up fall-back component navigation if XProfile is inactive. |