File: bp-notifications/classes/class-bp-notifications-notification.php |
Description |
|---|---|
| bp_notifications_get_where_conditions |
Filters the MySQL WHERE conditions for the Notifications items get method. |
| BP_Notifications_Notification::get_order_by_sql() |
Assemble the ORDER BY clause of a get() SQL statement. |
| BP_Notifications_Notification::get_paged_sql() |
Assemble the LIMIT clause of a get() SQL statement. |
| BP_Notifications_Notification::get_query_clauses() |
Assemble query clauses, based on arguments, to pass to $wpdb methods. |
| BP_Notifications_Notification::check_access() |
Check that a specific notification is for a specific user. |
| BP_Notifications_Notification::parse_args() |
Parse notifications query arguments. |
| BP_Notifications_Notification |
BuddyPress Notification items. |
| BP_Notifications_Notification::__construct() |
Constructor method. |
| BP_Notifications_Notification::save() |
Update or insert notification details into the database. |
| bp_notification_before_save |
Fires before the current notification item gets saved. |