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

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