Question_Query::next_question()
Description #
Update loop index to next post.
Source #
File: includes/qaquery.php
public function next_question() { return parent::next_post(); }
Expand full source code Collapse full source code View on GitHub: includes/qaquery.php:132
Add your comment