| 1 |
<div class="wrap card"> |
| 2 |
<h1><?php _e( 'Database Reset', 'wordpress-database-reset' ) ?></h1> |
| 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 |
</div> |
| 13 |
|
| 14 |
<div class="wrap card" id="wp-reset-ad"> |
| 15 |
<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 +180,000 sites" title="WP Reset - used on +180,000 sites"></a> |
| 16 |
<p>Need more control? Reset theme options, media files, transients or <em>.htaccess</em> file? Delete all uploads, plugins and themes? Or create database snapshots and restore them with one click? <a href="#" class="open-wpr-upsell">Install the free WP Reset plugin</a>. It's used on <b>+180,000 sites daily</b>!</p> |
| 17 |
</div> |
| 18 |
|
| 19 |
<div id="wpr-upsell-dialog" style="display: none;" title="WP Reset"> |
| 20 |
<span class="ui-helper-hidden-accessible"><input type="text"/></span> |
| 21 |
<div style="padding: 20px; font-size: 15px;"> |
| 22 |
<ul> |
| 23 |
<li>Free plugin used on +180,000 sites</li> |
| 24 |
<li>Simple & easy to use with clear instructions</li> |
| 25 |
<li>Use it to quickly reset any data in WordPress</li> |
| 26 |
<li>Extremely usefull for cleaning demo data from themes & plugins</li> |
| 27 |
<li>Create Database Snapshot to revert WP to previous states with 1 click</li> |
| 28 |
<li>Compare current & previous snapshots to see changes done by plugins</li> |
| 29 |
</ul> |
| 30 |
<p class="upsell-footer"><a class="button button-primary install-wpr">Install & Activate WP Reset</a></p> |
| 31 |
</div> |
| 32 |
</div> |
| 33 |
|