Methods
Description
BP_Core_Members_Switching::maybe_switch_url()

Returns the switch to or switch back URL for a given user.

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

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

BP_Core_Members_Switching::remove_query_args()

Removes a list of common confirmation-style query args from a URL.

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

BP_Core_Members_Switching::secure_auth_cookie()

Returns whether or not Member Switching’s equivalent of the ‘auth’ cookie should be secure.

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

BP_Core_Members_Switching::secure_olduser_cookie()

Returns whether or not Member Switching’s equivalent of the ‘logged_in’ cookie should be secure.

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

BP_Core_Members_Switching::switch_back_url()

Returns the nonce-secured URL needed to switch back to the originating user.

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

BP_Core_Members_Switching::switch_off_url()

Returns the nonce-secured URL needed to switch off the current user.

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

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_Template::__construct()

Constructor method.

Source: bp-members/classes/class-bp-core-members-template.php:133

BP_Core_Members_Template::has_members()

Whether there are members available in the loop.

Source: bp-members/classes/class-bp-core-members-template.php:227

BP_Core_Members_Template::members()

Whether there are members left in the loop to iterate over.

Source: bp-members/classes/class-bp-core-members-template.php:274

BP_Core_Members_Template::next_member()

Set up the next member and iterate index.

Source: bp-members/classes/class-bp-core-members-template.php:242

BP_Core_Members_Template::rewind_members()

Rewind the members and reset member index.

Source: bp-members/classes/class-bp-core-members-template.php:254

BP_Core_Members_Template::the_member()

Set up the current member inside the loop.

Source: bp-members/classes/class-bp-core-members-template.php:304

BP_Core_Members_Widget::__construct()

Constructor method.

Source: bp-members/classes/class-bp-core-members-widget.php:24

BP_Core_Members_Widget::enqueue_scripts()

Enqueue scripts.

Source: bp-members/classes/class-bp-core-members-widget.php:51

BP_Core_Members_Widget::form()

Output the Members widget options form.

Source: bp-members/classes/class-bp-core-members-widget.php:240

BP_Core_Members_Widget::parse_settings()

Merge the widget settings into defaults array.

Source: bp-members/classes/class-bp-core-members-widget.php:303

BP_Core_Members_Widget::update()

Update the Members widget options.

Source: bp-members/classes/class-bp-core-members-widget.php:221

BP_Core_Members_Widget::widget()

Display the Members widget.

Source: bp-members/classes/class-bp-core-members-widget.php:66

BP_Core_Nav_Item::__construct()

Source: bp-core/classes/class-bp-core-nav-item.php:12

BP_Core_Nav::__construct()

Initializes the Nav belonging to the specified object.

Source: bp-core/classes/class-bp-core-nav.php:43

BP_Core_Nav::__get()

Gets a nav item.

Source: bp-core/classes/class-bp-core-nav.php:73

BP_Core_Nav::__isset()

Checks whether a nav item is set.

Source: bp-core/classes/class-bp-core-nav.php:61

BP_Core_Nav::__set()

Sets a nav item.

Source: bp-core/classes/class-bp-core-nav.php:89

BP_Core_Nav::add_nav()

Adds a new nav item.

Source: bp-core/classes/class-bp-core-nav.php:132

BP_Core_Nav::delete_nav()

Unset an item or a subitem of the nav.

Source: bp-core/classes/class-bp-core-nav.php:222

BP_Core_Nav::edit_nav()

Edits a nav item.

Source: bp-core/classes/class-bp-core-nav.php:164

BP_Core_Nav::get()

Gets a specific nav item or array of nav items.

Source: bp-core/classes/class-bp-core-nav.php:105

BP_Core_Nav::get_item_nav()

Gets a nested list of visible nav items.

Source: bp-core/classes/class-bp-core-nav.php:396

BP_Core_Nav::get_primary()

Gets the primary nav items.

Source: bp-core/classes/class-bp-core-nav.php:338

BP_Core_Nav::get_secondary()

Gets the secondary nav items.

Source: bp-core/classes/class-bp-core-nav.php:368

BP_Core_Nav::sort_nav()

Sorts a list of nav items.

Source: bp-core/classes/class-bp-core-nav.php:302

BP_Core_Network_Posts_Widget::__construct()

Constructor method.

Source: bp-core/classes/class-bp-core-network-posts-widget.php:25

BP_Core_Network_Posts_Widget::enqueue_scripts()

Enqueue scripts.

Source: bp-core/classes/class-bp-core-network-posts-widget.php:52

BP_Core_Network_Posts_Widget::form()

Output the Members widget options form.

Source: bp-core/classes/class-bp-core-network-posts-widget.php:205

BP_Core_Network_Posts_Widget::parse_settings()

Merge the widget settings into defaults array.

Source: bp-core/classes/class-bp-core-network-posts-widget.php:236

BP_Core_Network_Posts_Widget::update()

Update the Members widget options.

Source: bp-core/classes/class-bp-core-network-posts-widget.php:186

BP_Core_Network_Posts_Widget::widget()

Display the Members widget.

Source: bp-core/classes/class-bp-core-network-posts-widget.php:66

BP_Core_Notification::__construct()

Constructor

Source: bp-core/classes/class-bp-core-notification.php:84

BP_Core_Notification::check_access()

Check the access for a user.

Source: bp-core/classes/class-bp-core-notification.php:153

BP_Core_Notification::delete_all_by_type()

Deletes all the notifications for all users by item id, and optional secondary item id, and component name and action.

Source: bp-core/classes/class-bp-core-notification.php:265

BP_Core_Notification::delete_for_user_by_item_id()

Delete all the notifications that have a specific item id, component name and action.

Source: bp-core/classes/class-bp-core-notification.php:219

BP_Core_Notification::delete_for_user_by_type()

Delete all the notifications for a user based on the component name and action.

Source: bp-core/classes/class-bp-core-notification.php:196

BP_Core_Notification::delete_from_user_by_type()

Deletes all the notifications sent by a specific user, by component and action.

Source: bp-core/classes/class-bp-core-notification.php:243

BP_Core_Notification::get_all_for_user()

Fetches all the notifications in the database for a specific user.

Source: bp-core/classes/class-bp-core-notification.php:172

BP_Core_Notification::populate()

Fetches the notification data from the database.

Source: bp-core/classes/class-bp-core-notification.php:128

BP_Core_Notification::save()

Update or insert notification details into the database.

Source: bp-core/classes/class-bp-core-notification.php:98

BP_Core_oEmbed_Extension::__construct()

Constructor.

Source: bp-core/classes/class-bp-core-oembed-extension.php:37

BP_Core_oEmbed_Extension::add_oembed_discovery_links()

Adds oEmbed discovery links on single activity pages.

Source: bp-core/classes/class-bp-core-oembed-extension.php:336