bp_the_notifications()
Get the notifications returned by the template loop.
Description Description
Return Return
(array) List of notifications.
Source Source
File: bp-notifications/bp-notifications-template.php
function bp_the_notifications() {
return buddypress()->notifications->query_loop->notifications();
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.9.0 | Introduced. |