id="comment-">
$leave_reply, 'depth' => $depth, 'max_depth' => $args['max_depth'], 'per_page' => $args['per_page']))) ?>

', '

'); ?> comment_approved == '0') : ?>

'appointment_comment')); ?>
1 && get_option('page_comments')) { ?>

comment_status) { ?>

logged in to post a comment.', 'appointment'), esc_url(site_url('wp-login.php')) . '?redirect_to=' . urlencode(esc_url(get_permalink()))); ?>

'
', 'email' => '
', ); function appointment_fields($appointment_comment_fields) { return $appointment_comment_fields; } add_filter('comment_form_default_fields', 'appointment_fields'); $appointment_defaults = array( 'fields' => apply_filters('comment_form_default_fields', $appointment_comment_fields), 'comment_field' => '
', 'logged_in_as' => '

' . esc_html__("Logged in as", 'appointment') . '' . $user_identity . '' . '' . esc_html__("Logout", 'appointment') . '' . '

', 'id_submit' => 'blogdetail-btn', 'label_submit' => esc_html__('Send Message', 'appointment'), 'comment_notes_after' => '', 'comment_notes_before' => '', 'title_reply' => '

' . esc_html__('Leave a Reply', 'appointment') . '

', 'id_form' => 'commentform' ); ob_start(); comment_form($appointment_defaults); echo str_replace('class="comment-form"', 'class="form-inline"', ob_get_clean()); ?>