do_action( 'bp_notification_before_delete', array $args )
Fires before the deletion of a notification item.
Description Description
Parameters Parameters
- $args
-
Associative array of columns/values, to determine which rows should be deleted. Of the format array( 'item_id' => 7, 'component_action' => 'members' ).
Source Source
File: bp-notifications/classes/class-bp-notifications-notification.php
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |