Method: 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:1112
Method: Fetch all the notifications in the database for a specific user.
Source: bp-notifications/classes/class-bp-notifications-notification.php:927
Method: Fetch all the unread notifications in the database for a specific user.
Source: bp-notifications/classes/class-bp-notifications-notification.php:943
Method: Fetch all the read notifications in the database for a specific user.
Source: bp-notifications/classes/class-bp-notifications-notification.php:959
Method: Get unread notifications for a user, in a pagination-friendly format.
Source: bp-notifications/classes/class-bp-notifications-notification.php:989
Method: Delete a single notification by ID.
Source: bp-notifications/classes/class-bp-notifications-notification.php:910
Method: Get a count of total notifications matching a set of arguments.
Source: bp-notifications/classes/class-bp-notifications-notification.php:718
Method: Update notifications.
Source: bp-notifications/classes/class-bp-notifications-notification.php:845
Method: Delete notifications.
Source: bp-notifications/classes/class-bp-notifications-notification.php:880
Method: Assemble the ORDER BY clause of a get() SQL statement.
Source: bp-notifications/classes/class-bp-notifications-notification.php:401