File: bp-media/classes/class-bp-media-album-template.php |
Description |
---|---|
album_loop_end |
Fires right before the rewinding of album posts. |
BP_Media_Album_Template::the_album() |
Set up the current album item inside the loop. |
album_loop_start |
Fires if the current album item is the first in the activity loop. |
BP_Media_Album_Template::__construct() |
Constructor method. |
BP_Media_Album_Template::has_albums() |
Whether there are album items available in the loop. |
BP_Media_Album_Template::next_album() |
Set up the next album item and iterate index. |
BP_Media_Album_Template::rewind_albums() |
Rewind the posts and reset post index. |
BP_Media_Album_Template::user_albums() |
Whether there are album items left in the loop to iterate over. |
BP_Media_Album_Template |
The main media template loop class. |