File: bp-notifications/bp-notifications-functions.php
Description
bp_notifications_get_meta

Filters the metadata for a specified notification item.

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

bp_notifications_update_meta()

Update a piece of notification meta.

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

bp_notifications_add_meta()

Add a piece of notification metadata.

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

bp_notifications_delete_meta()

Delete a meta entry from the DB for a notification item.

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

bp_notifications_get_meta()

Get metadata for a given notification item.

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

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