文件:bp-notifications /类/ class-bp-notifications-notification.php
|
描述 |
---|---|
BP_Notifications_Notification: get_read_for_user () |
获取数据库中特定用户的所有读通知。 |
BP_Notifications_Notification: get_current_notifications_for_user () |
以分页友好格式为用户获取未读通知。 |
BP_Notifications_Notification: mark_all_for_user () |
将所有用户通知标记为已读。 |
BP_Notifications_Notification: mark_all_from_user () |
将用户发出的所有通知标记为已读。 |
BP_Notifications_Notification: mark_all_by_type () |
根据项目id、可选的次要项目id、组件名称和操作,将所有用户的所有通知标记为可读的。 |
BP_Notifications_Notification: get () |
根据提供的过滤器参数获取通知。 |
BP_Notifications_Notification: get_grouped_notifications_for_user () |
获取用户的未读通知,按组件和动作分组。 |
BP_Notifications_Notification: get_total_count () |
获取匹配一组参数的通知总数。 |
BP_Notifications_Notification: get_meta_query_sql () |
获取' meta_query '参数的SQLBP_Notifications_Notification: get (). |
BP_Notifications_Notification: get_date_query_sql () |
获取date_query参数的SQLBP_Notifications_Notification: get (). |