apply_filters( 'bp_get_the_notification_delete_url', string $url , int $user_id )
Filters the URL used for deleting a single notification.
Parameters Parameters
- $url
-
(string) URL used for deleting a single notification.
- $user_id
-
(int) The user ID.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Added $user_id as a parameter. |
2.1.0 | Introduced. |