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