ap_have_answers()
Description #
Check if there are posts in the loop
Source #
File: includes/answer-loop.php
function ap_have_answers() { global $answers; if ( $answers ) { return $answers->have_posts(); } return false; }
Expand full source code Collapse full source code View on GitHub: includes/answer-loop.php:298
Add your comment