@since: BuddyPress 2.3.0
Description
bp_notifications_get_meta

Filters the metadata for a specified notification item.

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

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

Fires before the update of a notification item.

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

bp_notifications_get_where_conditions

Filters the MySQL WHERE conditions for the Notifications items get method.

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

BP_Notifications_Notification::parse_args()

Parse notifications query arguments.

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

bp_notifications_update_meta_cache()

Slurp up metadata for a set of notifications.

Source: bp-notifications/bp-notifications-cache.php:25