$term ) { $designation = get_term_meta( $term->term_id, 'upstudy_tp_event_speaker_designation', true ); $image_url = get_term_meta( $term->term_id, 'upstudy_tp_event_speaker_image', true ); $speaker_details_url = get_term_meta( $term->term_id, 'upstudy_tp_event_speaker_details_url', true ); $fb_profile = get_term_meta( $term->term_id, 'upstudy_tp_event_speaker_fb_profile', true ); $tw_profile = get_term_meta( $term->term_id, 'upstudy_tp_event_speaker_tw_profile', true ); $lk_profile = get_term_meta( $term->term_id, 'upstudy_tp_event_speaker_lk_profile', true ); echo '
'; };