ap_have_answers()

Description #

Check if there are posts in the loop

Source #

File: includes/answer-loop.php

function ap_have_answers() {
	global $answers;

	if ( $answers ) {
		return $answers->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