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_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_notifications_delete_notifications_from_user()

Delete all notifications from a user.

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

bp_notifications_delete_notifications_on_user_delete()

Delete a user’s notifications when the user is deleted.

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