此函数已弃用。
bp_activity_delete_for_user_by_component (intuser_id美元,字符串美元的组件)
删除组件的用户活动。
描述
你应该使用bp_activity_delete ()代替。
参数
- user_id美元
-
(int)(必需)用户id。
- 美元的组件
-
(字符串)(必需)活动组件。
返回
(保龄球)成功时真,失败时假。
源
文件:bp-activity / bp-activity-functions.php
函数bp_activity_delete_for_user_by_component($user_id, $component) {return bp_activity_delete(array('user_id' => $user_id, 'component' => $component));}
更新日志
版本 | 描述 |
---|---|
1.2.0 | 此函数已弃用。 |
BuddyPress 1.1.0 | 介绍了。 |