此函数已弃用。自BuddyPress 1.9.0以来已移除。使用bp_notifications_delete_notifications_by_item_id ()代替。

bp_core_delete_notifications_by_item_id (intuser_id美元item_id美元字符串component_name美元字符串component_action美元secondary_item_id美元

删除项目ID的通知。

描述

当用户访问特定组件时清除该组件的通知时使用。

参数

user_id美元

int(必需)

component_name美元

字符串(必需)

component_action美元

字符串(必需)

返回

(假| int)成功时真,失败时假。

文件:bp-core /弃用/ buddypress / 1.9.php

function bp_core_delete_notifications_by_item_id($user_id, $item_id, $component_name, $component_action, $secondary_item_id = false){//如果通知是不活跃的if (!Bp_is_active ('notifications')){返回false;} //触发deprecated函数通知_deprecated函数(__FUNCTION__, '1.9', 'bp_notifications_delete_notifications_by_item_id()');返回bp_notifications_delete_notifications_by_item_id($user_id, $item_id, $component_name, $component_action, $secondary_item_id);}

更新日志

更新日志
版本 描述
BuddyPress 1.0.0 介绍了。

问题吗?

我们总是很乐意帮助您解决代码或其他问题!搜索我们的开发人员文档联络支持,或与我们联系销售团队