1 && get_option( 'page_comments' ) ) { echo ''; } ?>

'; $fields['email'] = ''; $fields['url'] = ''; $fields['cookies'] = ''; $comments_args = [ 'fields' => apply_filters( 'comment_form_default_fields', $fields ), 'comment_field' => '
', 'title_reply' => '', 'title_reply_to' => esc_html__( 'Leave A Comment', 'fusion-builder' ), 'title_reply_before' => '', 'title_reply_after' => '', /* translators: Opening and closing link tags. */ 'must_log_in' => '

' . sprintf( esc_html__( 'You must be %1$slogged in%2$s to post a comment.', 'fusion-builder' ), '', '' ) . '

', /* translators: %1$s: The username. %2$s and %3$s: Opening and closing link tags. */ 'logged_in_as' => '

' . sprintf( esc_html__( 'Logged in as %1$s. %2$sLog out »%3$s', 'fusion-builder' ), '' . $user_identity . '', '', '' ) . '

', 'comment_notes_before' => '', 'id_submit' => 'comment-submit', 'class_submit' => 'fusion-button fusion-button-default fusion-button-default-size', 'label_submit' => esc_html__( 'Post Comment', 'fusion-builder' ), ]; if ( 'show' === $defaults['headings'] ) { $size_array = [ '1' => 'one', '2' => 'two', '3' => 'three', '4' => 'four', '5' => 'five', '6' => 'six', ]; $comments_args['title_reply'] = esc_html__( 'Leave A Comment', 'fusion-builder' ); $comments_args['title_reply_before'] = '
'; $comments_args['title_reply_after'] = '
'; } comment_form( $comments_args ); endif;