File: bp-notifications/classes/class-bp-notifications-notification.php
Description
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_notification_before_delete

Fires before the deletion of a notification item.

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

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_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_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