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' ).


Top ↑

Source Source

File: bp-notifications/classes/class-bp-notifications-notification.php


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.