'
', 'email' => '
' ); comment_form( array( 'fields' => apply_filters( 'nextpage_comment_form_default_fields', $fields ), 'comment_notes_before' => '', 'comment_notes_after' => '', 'title_reply' => esc_html__( 'Leave A Comment', 'nextpage' ), 'title_reply_to' => esc_html__( 'Leave A Reply To %s', 'nextpage' ), // phpcs:ignore WordPress.WP.I18n.MissingTranslatorsComment 'title_reply_before' => '

', 'title_reply_after' => '

', 'id_form' => 'commentform', 'class_form' => 'contact-form-wrap', 'id_submit' => 'submit', 'cancel_reply_link' => '', 'class_submit' => 'btn btn-base', 'label_submit' => esc_html__( 'Post Comment', 'nextpage' ), 'comment_field' => '
' ) ); ?>