ap_have_questions()

Description #

Check if there is post in loop

Source #

File: includes/qaquery.php

function ap_have_questions() {
	if ( anspress()->questions ) {
		return anspress()->questions->have_posts();
	}

	return false;
}

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