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;
}
Expand full source code Collapse full source code View on GitHub: includes/answer-loop.php:335
Add your comment