prefix . "apct_testimonial_detail";
$testimonial_detail = $wpdb->get_results("SELECT * FROM $table_name WHERE id=".$entry_id);
foreach ($testimonial_detail as $row) {
$testim_description = unserialize($row->author_details);
$publiced_date = strtotime($row->date);
$new_publiced_date = date('F d, Y', $publiced_date);
} ?>
apct_retrieve_image_id($testim_description['author_image_path']);
$image_thumb = wp_get_attachment_image_src($image_id, 'thumbnail'); ?>