bp_notifications_mark_notifications_by_item_id (intuser_id美元,intitem_id美元,字符串component_name美元,字符串component_action美元,int | boolsecondary_item_id美元=假,int | boolis_new美元=假)
将通知标记为已读/未读的项ID。
描述
当用户访问特定组件时清除该组件的通知时使用。
参数
- user_id美元
-
(int)(必需)删除通知的用户ID。
- item_id美元
-
(int)(必需)关联项的ID。
- component_name美元
-
(字符串)(必需)关联组件的名称。
- component_action美元
-
(字符串)(必需)关联操作的名称。
- secondary_item_id美元
-
(int|保龄球)(可选)次要关联项的ID。
默认值:假
- is_new美元
-
(int|保龄球)(可选)0表示已读,1表示未读。
默认值:假
返回
(int |假)成功时真,失败时假。
源
文件:bp-notifications / bp-notifications-functions.php
函数bp_notifications_mark_notifications_by_item_id (user_id美元,美元item_id component_name美元,component_action美元,美元secondary_item_id = false, $ is_new = false){返回BP_Notifications_Notification:更新(数组(“is_new”= > is_new美元),阵列(“user_id”= > user_id美元,“item_id”= > item_id美元,“secondary_item_id”= > secondary_item_id美元,'component_name' => $component_name, 'component_action' => $component_action));}
更新日志
版本 | 描述 |
---|---|
BuddyPress 1.9.0 | 介绍了。 |