File: bp-notifications/classes/class-bp-notifications-template.php |
Description |
---|---|
BP_Notifications_Template::__construct() |
Constructor method. |
BP_Notifications_Template::has_notifications() |
Whether there are notifications available in the loop. |
BP_Notifications_Template::next_notification() |
Set up the next notification and iterate index. |
BP_Notifications_Template::rewind_notifications() |
Rewind the blogs and reset blog index. |
BP_Notifications_Template::notifications() |
Whether there are notifications left in the loop to iterate over. |
notifications_loop_end |
Fires right before the rewinding of notification posts. |
BP_Notifications_Template::the_notification() |
Set up the current notification inside the loop. |
notifications_loop_start |
Fires if the current notification item is the first in the notification loop. |
BP_Notifications_Template |
The main notifications template loop class. |