File: bp-notifications/classes/class-bp-notifications-notification.php
Description
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_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_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_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::update()

Update notifications.

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

bp_notification_before_update

Fires before the update of a notification item.

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

BP_Notifications_Notification::delete()

Delete notifications.

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

BP_Notifications_Notification::_update()

Update notifications.

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

BP_Notifications_Notification::_delete()

Delete notifications.

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

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