apply_filters( 'bp_notifications_get_all_notifications_for_user', array $notifications , int $user_id )
Filters all notifications for a user.
Parameters Parameters
- $notifications
-
(array) Array of notifications for user.
- $user_id
-
(int) ID of the user being fetched.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |