ap_have_questions()
Description #
Check if there is post in loop
Source #
File: includes/qaquery.php
function ap_have_questions() {
if ( anspress()->questions ) {
return anspress()->questions->have_posts();
}
return false;
}
Expand full source code Collapse full source code View on GitHub: includes/qaquery.php:282
Add your comment