ap_total_questions_found()
Description #
Return total numbers of questions found.
Source #
File: includes/qaquery.php
306 307 308 309 310 | 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