File: bp-notifications/bp-notifications-functions.php
Description
bp_notifications_mark_notifications_from_user()

Mark all notifications read/unread from a user.

Source: bp-notifications/bp-notifications-functions.php:572

bp_notifications_check_notification_access()

Check if a user has access to a specific notification.

Source: bp-notifications/bp-notifications-functions.php:598

bp_notifications_get_unread_notification_count()

Get a count of unread notification items for a user.

Source: bp-notifications/bp-notifications-functions.php:611

bp_notifications_get_total_notification_count

Filters the count of unread notification items for a user.

Source: bp-notifications/bp-notifications-functions.php:636

bp_notifications_get_registered_components()

Return an array of component names that are currently active and have registered Notifications callbacks.

Source: bp-notifications/bp-notifications-functions.php:649

bp_notifications_get_registered_components

Filters active components with registered notifications callbacks.

Source: bp-notifications/bp-notifications-functions.php:680

bp_notifications_screen_settings()

Catch and route the ‘settings’ notifications screen.

Source: bp-notifications/bp-notifications-functions.php:690

bp_core_get_notifications_for_user

Filters the final array of notifications to be displayed for a user.

Source: bp-notifications/bp-notifications-functions.php:340

bp_notifications_delete_notifications_by_type()

Delete notifications for a user by type.

Source: bp-notifications/bp-notifications-functions.php:358

bp_notifications_delete_notifications_by_item_id()

Delete notifications for an item ID.

Source: bp-notifications/bp-notifications-functions.php:383