PluginProbe
Database Reset / 3.0.1
Database Reset v3.0.1
2.3.2 3.0 3.0.1 3.0.2 3.1 3.15 3.16 3.17 3.18 3.19 3.20 3.21 3.22 3.23 3.24 3.25 trunk 1.0 1.2 1.2.1 1.2.2 1.3 1.4 2.0 2.1 All 27 releases
wordpress-database-reset / views / index.php

index.php in Database Reset 3.0.1, at views/index.php

14 lines 404 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="wrap card">
2 <h2><?php _e( 'Database Reset', 'wordpress-database-reset' ) ?></h2>
3
4 <?php include( 'partials/notice.php' ) ?>
5
6 <form method="post" id="db-reset-form">
7 <?php include( 'partials/select-tables.php' ) ?>
8 <?php include( 'partials/security-code.php' ) ?>
9 <?php include( 'partials/submit-button.php' ) ?>
10 </form>
11
12 <?php include( 'partials/donate.php' ) ?>
13 </div>
14