此函数已弃用。自BuddyPress 1.9.0以来已弃用。请使用bp_通知_添加_通知()相反
bp_核心_添加_通知(一串$item\u id,int$user\u id,一串$component\u名称,一串$component_行动,int$secondary\u item\u id,假字符串$date\u通知=错误的,int美元是新的吗=1.)
从特定组件为特定用户添加通知。
描述
参数
- $item\u id
-
(一串)(必选)
- $user\u id
-
(int)(必选)
- $component\u名称
-
(一串)(必选)
- $component_行动
-
(一串)(必选)
- $secondary\u item\u id
-
(int)(必选)
- $date\u通知
-
(错误的|一串)(可选)
默认值:false
- 美元是新的吗
-
(int)(可选)
默认值:1
回来
(int |布尔值)成功时为真,失败时为假。
来源
文件:bp core/deprecated/buddypress/1.9.php
函数bp_core_add_notification($item_id,$user_id,$component_name,$component_action,$secondary_item_id=0,$date_notified=false,$is_new=1){//如果(!bp_is_active('notifications'))通知未激活,则退出(!bp_is_active('notifications')){返回false;}//触发弃用函数notice{弃用函数(_函数_,'1.9','bp_通知_添加_通知()');//通知必须始终有一个时间,如果(false===$date_通知){$date_通知=bp_核心_当前_时间()}//添加通知返回bp_通知_添加_通知(数组('item_id'=>$item_id',user_id'=>$user_id',component_name'=>$component_name',component_action'=>$component_action',secondary_item_id'=>$secondary_item_id',date notified'=>$date_notified',is_new=>$is_));)
变更日志
版本 | 描述 |
---|---|
BuddyPress 1.0.0 | 介绍。 |