BP_Blogs_Template::rewind_blogs()
Rewind the blogs and reset blog index.
Contents
Description Description
Source Source
File: bp-blogs/classes/class-bp-blogs-template.php
public function rewind_blogs() {
$this->current_blog = -1;
if ( $this->blog_count > 0 ) {
$this->blog = $this->blogs[0];
}
}