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

Get notifications, based on provided filter parameters.

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

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