@since: BuddyBoss 1.0.0
Description
BP_Core_Members_Switching::action_bp_button()

Adds a ‘View As’ link to each member’s profile page and profile listings in BuddyPress.

Source: bp-members/classes/class-bp-core-members-switching.php:543

BP_Core_Members_Switching::action_bbpress_button()

Adds a ‘View As’ link to each member’s profile page in bbPress.

Source: bp-members/classes/class-bp-core-members-switching.php:587

BP_Core_Members_Switching::filter_removable_query_args()

Filters the list of query arguments which get removed from admin area URLs in WordPress.

Source: bp-members/classes/class-bp-core-members-switching.php:626

BP_Core_Members_Switching::switch_to_url()

Returns the nonce-secured URL needed to switch to a given user ID.

Source: bp-members/classes/class-bp-core-members-switching.php:665

BP_Core_Members_Switching::action_admin_notices()

Displays the ‘Switched to {user}’ and ‘Switch back to {user}’ messages in the admin area.

Source: bp-members/classes/class-bp-core-members-switching.php:237

BP_Core_Members_Switching

BuddyBoss Member Switching class

Source: bp-members/classes/class-bp-core-members-switching.php:9

BP_Core_Members_Switching::init_hooks()

Sets up all the filters and actions.

Source: bp-members/classes/class-bp-core-members-switching.php:23

BP_Core_Members_Switching::action_plugins_loaded()

Defines the names of the cookies used by Member Switching.

Source: bp-members/classes/class-bp-core-members-switching.php:52

BP_Core_Members_Switching::action_personal_options()

Outputs the ‘View As’ link on the user editing screen if the current user has permission to switch to them.

Source: bp-members/classes/class-bp-core-members-switching.php:77

BP_Core_Members_Switching::remember()

Returns whether or not the current logged in user is being remembered in the form of a persistent browser cookie (ie. they checked the ‘Remember Me’ check box when they logged in). This is used to persist the ‘remember me’ value when the user switches to another user.

Source: bp-members/classes/class-bp-core-members-switching.php:101