Answers_Query::reset_next()
Description #
Undo the pointer to next
Source #
File: includes/answer-loop.php
public function reset_next() { --$this->current_post; $this->post = $this->posts[ $this->current_post ]; return $this->post; }
Expand full source code Collapse full source code View on GitHub: includes/answer-loop.php:122
Add your comment