bp_the_notification()
Get the current notification object in the loop.
Description Description
Return Return
(object) The current notification within the loop.
Source Source
File: bp-notifications/bp-notifications-template.php
function bp_the_notification() {
return buddypress()->notifications->query_loop->the_notification();
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.9.0 | Introduced. |