BP_Notifications_Notification:: delete_by_id (int$ id)
删除单个通知ID。
描述
另请参阅
- BP_Notifications_Notification:删除():用于解释返回值。
参数
- $ id
-
(int)(必需)需要删除的通知项ID。
返回
(int |假)成功时真,失败时假。
源
文件:bp-notifications /类/ class-bp-notifications-notification.php
Public static function delete_by_id($id) {return self::delete(array('id' => $id,)); / /删除id}
更新日志
版本 | 描述 |
---|---|
BuddyPress 1.9.0 | 介绍了。 |