Methods |
Description |
---|---|
BP_Core_Members_Switching::maybe_switch_url() |
Returns the switch to or switch back URL for a given user. |
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. |
BP_Core_Members_Switching::remove_query_args() |
Removes a list of common confirmation-style query args from a URL. |
BP_Core_Members_Switching::secure_auth_cookie() |
Returns whether or not Member Switching’s equivalent of the ‘auth’ cookie should be secure. |
BP_Core_Members_Switching::secure_olduser_cookie() |
Returns whether or not Member Switching’s equivalent of the ‘logged_in’ cookie should be secure. |
BP_Core_Members_Switching::switch_back_url() |
Returns the nonce-secured URL needed to switch back to the originating user. |
BP_Core_Members_Switching::switch_off_url() |
Returns the nonce-secured URL needed to switch off the current user. |
BP_Core_Members_Switching::switch_to_url() |
Returns the nonce-secured URL needed to switch to a given user ID. |
BP_Core_Members_Template::__construct() |
Constructor method. |
BP_Core_Members_Template::has_members() |
Whether there are members available in the loop. |
BP_Core_Members_Template::members() |
Whether there are members left in the loop to iterate over. |
BP_Core_Members_Template::next_member() |
Set up the next member and iterate index. |
BP_Core_Members_Template::rewind_members() |
Rewind the members and reset member index. |
BP_Core_Members_Template::the_member() |
Set up the current member inside the loop. |
BP_Core_Members_Widget::__construct() |
Constructor method. |
BP_Core_Members_Widget::enqueue_scripts() |
Enqueue scripts. |
BP_Core_Members_Widget::form() |
Output the Members widget options form. |
BP_Core_Members_Widget::parse_settings() |
Merge the widget settings into defaults array. |
BP_Core_Members_Widget::update() |
Update the Members widget options. |
BP_Core_Members_Widget::widget() |
Display the Members widget. |
BP_Core_Nav_Item::__construct() | |
BP_Core_Nav::__construct() |
Initializes the Nav belonging to the specified object. |
BP_Core_Nav::__get() |
Gets a nav item. |
BP_Core_Nav::__isset() |
Checks whether a nav item is set. |
BP_Core_Nav::__set() |
Sets a nav item. |
BP_Core_Nav::add_nav() |
Adds a new nav item. |
BP_Core_Nav::delete_nav() |
Unset an item or a subitem of the nav. |
BP_Core_Nav::edit_nav() |
Edits a nav item. |
BP_Core_Nav::get() |
Gets a specific nav item or array of nav items. |
BP_Core_Nav::get_item_nav() |
Gets a nested list of visible nav items. |
BP_Core_Nav::get_primary() |
Gets the primary nav items. |
BP_Core_Nav::get_secondary() |
Gets the secondary nav items. |
BP_Core_Nav::sort_nav() |
Sorts a list of nav items. |
BP_Core_Network_Posts_Widget::__construct() |
Constructor method. |
BP_Core_Network_Posts_Widget::enqueue_scripts() |
Enqueue scripts. |
BP_Core_Network_Posts_Widget::form() |
Output the Members widget options form. |
BP_Core_Network_Posts_Widget::parse_settings() |
Merge the widget settings into defaults array. |
BP_Core_Network_Posts_Widget::update() |
Update the Members widget options. |
BP_Core_Network_Posts_Widget::widget() |
Display the Members widget. |
BP_Core_Notification::__construct() |
Constructor |
BP_Core_Notification::check_access() |
Check the access for a user. |
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. |
BP_Core_Notification::delete_for_user_by_item_id() |
Delete all the notifications that have a specific item id, component name and action. |
BP_Core_Notification::delete_for_user_by_type() |
Delete all the notifications for a user based on the component name and action. |
BP_Core_Notification::delete_from_user_by_type() |
Deletes all the notifications sent by a specific user, by component and action. |
BP_Core_Notification::get_all_for_user() |
Fetches all the notifications in the database for a specific user. |
BP_Core_Notification::populate() |
Fetches the notification data from the database. |
BP_Core_Notification::save() |
Update or insert notification details into the database. |
BP_Core_oEmbed_Extension::__construct() |
Constructor. |
BP_Core_oEmbed_Extension::add_oembed_discovery_links() |
Adds oEmbed discovery links on single activity pages. |