apply_filters( 'bp_notifications_get_total_notification_count', int $count, int $user_id )

Filters the count of unread notification items for a user.


Description Description


Parameters Parameters

$count

Count of unread notification items for a user.

$user_id

User ID for notifications count.


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
2.7.0 Added user ID parameter.
1.9.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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