'ul', 'walker' => new \NexProperty\Comment_Walker, 'avatar_size' => 80, ) ); ?>

'
' . '
', 'email' => '
' . '
', 'url' => '
' . '
', ); $args = array( 'id_form' => 'commentform', 'class_form' => 'nexproperty-form', 'title_reply_before' => '

', 'title_reply' => esc_html__('Leave A Reply', 'nexproperty'), /* translators: 1: number of comments, 2: post title */ 'title_reply_to' => esc_html__('Leave a Reply to %s', 'nexproperty'), 'cancel_reply_link' => esc_html__('Cancel Reply', 'nexproperty'), 'format' => 'xhtml', 'fields' => apply_filters('comment_form_default_fields', $fields), 'submit_button' => '', 'comment_field' => '
', 'must_log_in' => '', 'logged_in_as' => '

' . sprintf( /* translators: logged link to post comments */ wp_kses_post(__('Logged in as %2$s. Log out?', 'nexproperty')), admin_url('profile.php'), $user_identity, wp_logout_url(apply_filters('the_permalink', get_permalink())) ) . '

', 'comment_notes_before' => '', 'comment_notes_after' => '', ); function nexproperty_move_comment_field_to_bottom($fields) { if (isset($fields['comment'])) { $comment_field = $fields['comment']; unset($fields['comment']); $fields['comment'] = $comment_field; } if (isset($fields['cookies'])) { $consent = $fields['cookies']; unset($fields['cookies']); $fields['cookies'] = ''; } return $fields; } add_filter('comment_form_fields', 'nexproperty_move_comment_field_to_bottom'); comment_form($args); ?>