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;
    }
}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment