Methods
Description
BP_Messages_Thread::user_is_sender()

Determine if the logged-in user is a sender of any message in a thread.

Source: bp-messages/classes/class-bp-messages-thread.php:1270

BP_Notification_Export::bp_get_the_notification_description()

Get full-text description for a specific notification.

Source: bp-core/gdpr/class-bp-notification-export.php:183

BP_Notification_Export::get_data()

Returns the data & count of notifications by page and user.

Source: bp-core/gdpr/class-bp-notification-export.php:144

BP_Notification_Export::instance()

Get the instance of this class.

Source: bp-core/gdpr/class-bp-notification-export.php:22

BP_Notification_Export::process_data()

Export member notifications.

Source: bp-core/gdpr/class-bp-notification-export.php:44

BP_Notification_Export::process_erase()

Delete member notifications.

Source: bp-core/gdpr/class-bp-notification-export.php:113

BP_Notifications_Component::__construct()

Start the notifications component creation process.

Source: bp-notifications/classes/class-bp-notifications-component.php:24

BP_Notifications_Component::includes()

Include notifications component files.

Source: bp-notifications/classes/class-bp-notifications-component.php:44

BP_Notifications_Component::late_includes()

Late includes method.

Source: bp-notifications/classes/class-bp-notifications-component.php:62

BP_Notifications_Component::rest_api_init()

Init the BuddyBoss REST API.

Source: bp-notifications/classes/class-bp-notifications-component.php:325

BP_Notifications_Component::setup_admin_bar()

Set up the component entries in the WordPress Admin Bar.

Source: bp-notifications/classes/class-bp-notifications-component.php:216

BP_Notifications_Component::setup_cache_groups()

Setup cache groups.

Source: bp-notifications/classes/class-bp-notifications-component.php:305

BP_Notifications_Component::setup_globals()

Set up component global data.

Source: bp-notifications/classes/class-bp-notifications-component.php:96

BP_Notifications_Component::setup_nav()

Set up component navigation.

Source: bp-notifications/classes/class-bp-notifications-component.php:140

BP_Notifications_Component::setup_title()

Set up the title for pages.

Source: bp-notifications/classes/class-bp-notifications-component.php:277

BP_Notifications_Notification::__construct()

Constructor method.

Source: bp-notifications/classes/class-bp-notifications-notification.php:97

BP_Notifications_Notification::_delete()

Delete notifications.

Source: bp-notifications/classes/class-bp-notifications-notification.php:258

BP_Notifications_Notification::_insert()

Create a notification entry.

Source: bp-notifications/classes/class-bp-notifications-notification.php:218

BP_Notifications_Notification::_update()

Update notifications.

Source: bp-notifications/classes/class-bp-notifications-notification.php:240

BP_Notifications_Notification::check_access()

Check that a specific notification is for a specific user.

Source: bp-notifications/classes/class-bp-notifications-notification.php:558

BP_Notifications_Notification::delete()

Delete notifications.

Source: bp-notifications/classes/class-bp-notifications-notification.php:894

BP_Notifications_Notification::delete_by_id()

Delete a single notification by ID.

Source: bp-notifications/classes/class-bp-notifications-notification.php:924

BP_Notifications_Notification::get()

Get notifications, based on provided filter parameters.

Source: bp-notifications/classes/class-bp-notifications-notification.php:638

BP_Notifications_Notification::get_all_for_user()

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

Source: bp-notifications/classes/class-bp-notifications-notification.php:943

BP_Notifications_Notification::get_current_notifications_for_user()

Get unread notifications for a user, in a pagination-friendly format.

Source: bp-notifications/classes/class-bp-notifications-notification.php:1011

BP_Notifications_Notification::get_date_query_sql()

Get the SQL for the ‘date_query’ param in BP_Notifications_Notification::get().

Source: bp-notifications/classes/class-bp-notifications-notification.php:829

BP_Notifications_Notification::get_grouped_notifications_for_user()

Get a user’s unread notifications, grouped by component and action.

Source: bp-notifications/classes/class-bp-notifications-notification.php:1181

BP_Notifications_Notification::get_meta_query_sql()

Get the SQL for the ‘meta_query’ param in BP_Notifications_Notification::get().

Source: bp-notifications/classes/class-bp-notifications-notification.php:788

BP_Notifications_Notification::get_order_by_sql()

Assemble the ORDER BY clause of a get() SQL statement.

Source: bp-notifications/classes/class-bp-notifications-notification.php:400

BP_Notifications_Notification::get_paged_sql()

Assemble the LIMIT clause of a get() SQL statement.

Source: bp-notifications/classes/class-bp-notifications-notification.php:437

BP_Notifications_Notification::get_query_clauses()

Assemble query clauses, based on arguments, to pass to $wpdb methods.

Source: bp-notifications/classes/class-bp-notifications-notification.php:495

BP_Notifications_Notification::get_read_for_user()

Fetch all the read notifications in the database for a specific user.

Source: bp-notifications/classes/class-bp-notifications-notification.php:979

BP_Notifications_Notification::get_total_count()

Get a count of total notifications matching a set of arguments.

Source: bp-notifications/classes/class-bp-notifications-notification.php:726

BP_Notifications_Notification::get_unread_for_user()

Fetch all the unread notifications in the database for a specific user.

Source: bp-notifications/classes/class-bp-notifications-notification.php:961

BP_Notifications_Notification::get_where_sql()

Assemble the WHERE clause of a get() SQL statement.

Source: bp-notifications/classes/class-bp-notifications-notification.php:279

BP_Notifications_Notification::mark_all_by_type()

Mark all notifications for all users as read by item id, and optional secondary item id, and component name and action.

Source: bp-notifications/classes/class-bp-notifications-notification.php:1140

BP_Notifications_Notification::mark_all_for_user()

Mark all user notifications as read.

Source: bp-notifications/classes/class-bp-notifications-notification.php:1053

BP_Notifications_Notification::mark_all_from_user()

Mark all notifications from a user as read.

Source: bp-notifications/classes/class-bp-notifications-notification.php:1096

BP_Notifications_Notification::parse_args()

Parse notifications query arguments.

Source: bp-notifications/classes/class-bp-notifications-notification.php:574

BP_Notifications_Notification::populate()

Fetch data for an existing notification from the database.

Source: bp-notifications/classes/class-bp-notifications-notification.php:177

BP_Notifications_Notification::save()

Update or insert notification details into the database.

Source: bp-notifications/classes/class-bp-notifications-notification.php:113

BP_Notifications_Notification::update()

Update notifications.

Source: bp-notifications/classes/class-bp-notifications-notification.php:859

BP_Notifications_Template::__construct()

Constructor method.

Source: bp-notifications/classes/class-bp-notifications-template.php:153

BP_Notifications_Template::has_notifications()

Whether there are notifications available in the loop.

Source: bp-notifications/classes/class-bp-notifications-template.php:261

BP_Notifications_Template::next_notification()

Set up the next notification and iterate index.

Source: bp-notifications/classes/class-bp-notifications-template.php:276

BP_Notifications_Template::notifications()

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

Source: bp-notifications/classes/class-bp-notifications-template.php:313

BP_Notifications_Template::rewind_notifications()

Rewind the blogs and reset blog index.

Source: bp-notifications/classes/class-bp-notifications-template.php:290

BP_Notifications_Template::the_notification()

Set up the current notification inside the loop.

Source: bp-notifications/classes/class-bp-notifications-template.php:345

BP_Nouveau_Activity::__construct()

Constructor

Source: bp-templates/bp-nouveau/includes/activity/loader.php:23

BP_Nouveau_Activity::includes()

Include needed files

Source: bp-templates/bp-nouveau/includes/activity/loader.php:44