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/tab/export.php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}
?>
<br>
<div class="tabs-content">
	<?php
	//settings for form
	$show = array(
		'date_filter'         => true,
		'export_button'       => true,
		'export_button_plain' => true,
	);
	$tab->render_template( 'settings-form', array(
		'mode'    => WC_Order_Export_Manage::EXPORT_NOW,
		'id'      => 0,
		'ajaxurl' => $ajaxurl,
		'show'    => $show,
	) );
	?>
</div>