BP_Media_Album_Template::rewind_albums()
Rewind the posts and reset post index.
Description
Source
File: bp-media/classes/class-bp-media-album-template.php
public function rewind_albums() {
$this->current_album = -1;
if ( $this->album_count > 0 ) {
$this->album = $this->albums[0];
}
}
Changelog
| Version | Description |
|---|---|
| BuddyBoss 1.0.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.