ap_total_published_questions()
Description #
Return total numbers of published questions.
Source #
File: includes/functions.php
function ap_total_published_questions() {
$posts = ap_total_posts_count();
return $posts->publish;
}
Expand full source code Collapse full source code View on GitHub: includes/functions.php:840
Add your comment