HEX
Server: Apache
System: Linux ebs-107629 5.10.0-14-amd64 #1 SMP Debian 5.10.113-1 (2022-04-29) x86_64
User: shredder (65669)
PHP: 8.3.8
Disabled: link,symlink
Upload Files
File: /home/wwwroot/shredder/wwwroot/wp-content/plugins/wp-table-builder/inc/admin/views/wptb-import.php
<?php

use WP_Table_Builder as NS;

// If this file is called directly, abort.
if ( ! defined( 'WPINC' ) ) {
	die;
}

/**
 * Table Import Page
 */

/* import tables from CSV */
?>
<div id="wptb-import-menu" class="wptb-menu-page-wrapper">
    <import-export-app :plugin-info="pluginInfo" :options="options"></import-export-app>
</div>