File: /home/vspt/public_html/wp-content/plugins/winwheel4wp/templates/download_log.php
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } ?>
<?php
$wheel = $this->load_wheel( array( 'id'=>$_GET['wheel_id'] ) );
?>
<div class="wrap winwheel4wp_settings">
<h1>Win Wheel For Wordpress</h1>
<div class="winwheel4wp_settings_section">
<h2>Download log for <?php echo esc_html( $wheel->wheel_name ) ?></h2>
<form action="<?php echo admin_url( 'admin-ajax.php' ) ?>" method="GET">
<input type="hidden" name="action" value="winwheel4wp_download_log">
<input type="hidden" name="wheel_id" value="<?php echo $wheel->wheel_id ?>">
<input type="hidden" name="download" value="1">
<p><label><input type="checkbox" name="excel_compatibility" value="1">Excel compatibilty</label></p>
<br>
<button type="submit" class="button button-primary">Download</a>
</form>
</div>
</div>