# wordpress-database-reset/3.17/views/index.php

Database Reset, version 3.17. 38 lines.

- Page: https://pluginprobe.com/plugins/wordpress-database-reset/3.17/code/views/index.php
- Raw: https://pluginprobe.com/plugins/wordpress-database-reset/3.17/raw/views/index.php
- Modified: 2020-09-01T11:54:04+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wordpress-database-reset/3.17/code/views/index.php#L10-L20`.

```php
<div class="wrap card" id="wp-reset-ad">
  <a href="#" class="open-wpr-upsell"><img src="<?php echo plugins_url( 'assets/images/wp-reset-icon.png', DB_RESET_FILE ); ?>" alt="WP Reset - used on +200,000 sites" title="WP Reset - used on +200,000 sites"></a>
  <p>Need more control over what gets reset? Automatic backups when you reset or when WordPress updates something without asking you? <a href="#" class="open-wpr-upsell">Install the free WP Reset plugin</a>. It's used on <b>+250,000 sites daily</b>!</p>
</div>

<div class="wrap card">
  <h1><?php _e( 'Database Reset', 'wordpress-database-reset' ) ?></h1>

  <?php include( 'partials/notice.php' ) ?>

  <form method="post" id="db-reset-form">
    <?php include( 'partials/select-tables.php' ) ?>
    <?php include( 'partials/security-code.php' ) ?>
    <?php include( 'partials/submit-button.php' ) ?>
  </form>

</div>

<div class="wrap card">
<p>Like the plugin? Please <a href="https://wordpress.org/support/plugin/wordpress-database-reset/reviews/#new-post" target="_blank">rate it &starf;&starf;&starf;&starf;&starf;</a>. It's what keeps it free &amp; maintained.<br><b>Thank you!</b></p>
</div>

 <div id="wpr-upsell-dialog" style="display: none;" title="WP Reset">
  <span class="ui-helper-hidden-accessible"><input type="text"/></span>
  <div style="padding: 20px; font-size: 15px;">
    <ul>
      <li>Free plugin used on +250,000 sites</li>
      <li>Simple &amp; easy to use with clear instructions</li>
      <li>Automatically creates a snapshot on every plugin &amp; theme update</li>
      <li>Use it to quickly reset any data in WordPress</li>
      <li>Extremely useful for cleaning demo data from themes &amp; plugins</li>
      <li>Create Database Snapshot to revert WP to previous states with 1 click</li>
      <li>Compare current &amp; previous snapshots to see changes done by plugins</li>
    </ul>
    <p class="upsell-footer"><a class="button button-primary install-wpr">Install &amp; Activate WP Reset</a></p>
  </div>
 </div>

```
