ap_total_questions_found()
Description #
Return total numbers of questions found.
Source #
File: includes/qaquery.php
function ap_total_questions_found() {
if ( anspress()->questions ) {
return anspress()->questions->found_posts;
}
}
Expand full source code Collapse full source code View on GitHub: includes/qaquery.php:306
Add your comment