'send-comment comments-form',
'title_reply' => esc_html__( 'Leave A Comments', 'app7' ),
'submit_button' => '',
'comment_field' => '
',
'fields' => apply_filters( 'comment_form_default_fields', array(
'author' => ''
)),
'label_submit' => esc_html__( 'SUBMIT', 'app7' ),
);
comment_form( $args );
?>
0 ) { wp_list_comments(array( 'style' => 'ul', 'callback' => 'app7_comment_list', 'short_ping' => true )); } ?>
' ' ) ); ?>