apply_filters( 'bp_core_get_notifications_for_user', array|bool $renderable, int $user_id, string $format )

Filters the final array of notifications to be displayed for a user.


Description Description


Parameters Parameters

$renderable

Array of notifications to render or false if no notifications.

$user_id

ID of the user whose notifications are being displayed.

$format

Display format requested for the notifications.


Top ↑

Source Source

File: bp-notifications/bp-notifications-functions.php


Top ↑

Changelog Changelog

Changelog
Version Description
1.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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