BBP_User_Query::rewind_users()
Rewind the users and reset user index.
Description Description
Source Source
File: includes/users/template.php
public function rewind_users() { $this->current_user = -1; if ( $this->user_count > 0 ) { $this->user = $this->results[ 0 ]; } }
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |