ap_answer_the_object()

Description #

Ge the post object of currently iterated post

Source #

File: includes/answer-loop.php

function ap_answer_the_object() {
	global $answers;
	if ( ! $answers ) {
		return;
	}

	return $answers->post;
}

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