ID; $testimonial_title = get_the_title($eagle_booking_review_id); $testimonial_quote = get_post_meta($eagle_booking_review_id, 'eagle_booking_mtb_review_quote', true); $testimonial_name = get_post_meta($eagle_booking_review_id, 'eagle_booking_mtb_review_author', true); $testimonial_location = get_post_meta($eagle_booking_review_id, 'eagle_booking_mtb_review_author_location', true); $testimonial_avatar_file_id = get_post_meta($eagle_booking_review_id, 'eagle_booking_mtb_review_image_id', true ); $testimonial_avatar = wp_get_attachment_image_url( $testimonial_avatar_file_id); $testimonial_starnumber = get_post_meta( $eagle_booking_review_id, 'eagle_booking_mtb_review_rating', true ); ?>
<?php echo esc_attr( $testimonial_name ) ?>
'; } if (strpos($testimonial_starnumber,'.')) { echo ''; $x++; } while ($x<=5) { echo ''; $x++; } ?>
-