ap_total_answers_found()
Description #
Check total answers found in loop.
Source #
File: includes/answer-loop.php
function ap_total_answers_found() {
global $answers;
return $answers->found_posts;
}
Expand full source code Collapse full source code View on GitHub: includes/answer-loop.php:325
Add your comment