do_action( 'bp_notification_before_update', array $update_args , array $where_args )
Fires before the update of a notification item.
Parameters Parameters
- $update_args
-
(array) See BP_Notifications_Notification::update().
- $where_args
-
(array) See BP_Notifications_Notification::update().
Source Source
File: bp-notifications/classes/class-bp-notifications-notification.php
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |