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

Database Reset, version 3.0.1. 14 lines.

- Page: https://pluginprobe.com/plugins/wordpress-database-reset/3.0.1/code/views/index.php
- Raw: https://pluginprobe.com/plugins/wordpress-database-reset/3.0.1/raw/views/index.php
- Modified: 2015-09-26T04:28:34+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.0.1/code/views/index.php#L10-L20`.

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

  <?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>

  <?php include( 'partials/donate.php' ) ?>
</div>

```
