do_action( 'bp_notification_before_delete', array $args )

Fires before the deletion of a notification item.


Parameters Parameters

$args

(array) 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

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.