HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/shootinschool/wp-content/plugins/woo-order-export-lite/view/main.php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}
?>
<?php if ( isset( $_REQUEST['save'] ) ): ?>
    <div class="update-nag"
         style="color: #008000; border-left: 4px solid green; display: block; width: 70%;"><?php _e( 'Settings saved',
			'woo-order-export-lite' ) ?></div>
<?php endif; ?>
<h2 class="nav-tab-wrapper" id="tabs">
	<?php foreach ( $tabs as $tab_key => $tab ): ?>
        <a class="nav-tab <?php echo $active_tab == $tab_key ? 'nav-tab-active' : '' ?>"
           href="<?php echo admin_url( 'admin.php?page=wc-order-export&tab=' . $tab_key ) ?>">
			<?php echo $tab->get_title() ?>
        </a>
	<?php endforeach; ?>
</h2>

<script>
	var ajaxurl = "<?php echo $ajaxurl ?>"
	var woe_nonce = "<?php echo wp_create_nonce( 'woe_nonce' ) ?>"
	var woe_active_tab = "<?php echo $active_tab ?>"
</script>