Answers_Query::have_answers()
Description #
Check if there are answers in loop.
Source #
File: includes/answer-loop.php
public function have_answers() {
return parent::have_posts();
}
Expand full source code Collapse full source code View on GitHub: includes/answer-loop.php:151
Add your comment