'answer', 'post_status' => 'publish', 'post_parent' => get_the_ID(), 'showposts' => 10, 'orderby' => 'date', 'order' => 'DESC' ); $ans_args = apply_filters('ap_meta_box_answers_query_args', $ans_args); $answers = get_posts($ans_args); if(!empty($answers)){ foreach ($answers as $ans){ ?>
post_author, 30); ?> post_author); ?>

post_content; ?>

| |
'flag', 'apmeta_actionid' => $post->ID), 10); if(!empty($results)){ foreach ($results as $r){ ?>
apmeta_userid, 30); ?> apmeta_userid); ?>
apmeta_value !== NULL ? $flag_note[$r->apmeta_value]['title'] : __('Flagged with custom message', 'ap'); ?> apmeta_value !== NULL ? $flag_note[$r->apmeta_value]['description'] : $r->apmeta_param; ?>
ID); $vote_count = get_post_meta($post->ID, ANSPRESS_VOTE_META, true); ?>