File: /home/vspt/public_html/wp-content/plugins/winwheel4wp/templates/reset_wheel.php
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } ?>
<div class="wrap winwheel4wp_settings">
<h1>Win Wheel For Wordpress</h1>
<div class="winwheel4wp_settings_section">
<h2>Really RESET this wheel? Logs, including collected data (emails, etc), will be deleted<h2>
<a style="margin-right: 2em" class="button button" href="?page=winwheel4wp_settings&reset_wheel=<?php echo $_GET['reset_wheel']?>&confirm_reset=1&_wpnonce=<?php echo wp_create_nonce('reset_wheel'.$_GET['reset_wheel'])?>">YES</a>
<a class="button button-primary" href="?page=winwheel4wp_settings">NO</a>
</div>
</div>