@since: BuddyPress 2.3.0 |
Description |
---|---|
bp_notifications_get_meta |
Filters the metadata for a specified notification item. |
bp_notifications_add_meta() |
Add a piece of notification metadata. |
bp_notifications_get_meta() |
Get metadata for a given notification item. |
bp_notifications_delete_meta() |
Delete a meta entry from the DB for a notification item. |
BP_Notifications_Notification::get_meta_query_sql() |
Get the SQL for the ‘meta_query’ param in BP_Notifications_Notification::get(). |
BP_Notifications_Notification::get_date_query_sql() |
Get the SQL for the ‘date_query’ param in BP_Notifications_Notification::get(). |
bp_notification_before_update |
Fires before the update of a notification item. |
bp_notifications_get_where_conditions |
Filters the MySQL WHERE conditions for the Notifications items get method. |
BP_Notifications_Notification::parse_args() |
Parse notifications query arguments. |
bp_notifications_update_meta_cache() |
Slurp up metadata for a set of notifications. |