| 1 |
<div class="wrap card" id="wp-reset-ad"> |
| 2 |
<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> |
| 3 |
<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> |
| 4 |
</div> |
| 5 |
|
| 6 |
<div class="wrap card"> |
| 7 |
<h1><?php _e( 'Database Reset', 'wordpress-database-reset' ) ?></h1> |
| 8 |
|
| 9 |
<?php include( 'partials/notice.php' ) ?> |
| 10 |
|
| 11 |
<form method="post" id="db-reset-form"> |
| 12 |
<?php include( 'partials/select-tables.php' ) ?> |
| 13 |
<?php include( 'partials/security-code.php' ) ?> |
| 14 |
<?php include( 'partials/submit-button.php' ) ?> |
| 15 |
</form> |
| 16 |
|
| 17 |
</div> |
| 18 |
|
| 19 |
<div class="wrap card"> |
| 20 |
<p>Like the plugin? Please <a href="https://wordpress.org/support/plugin/wordpress-database-reset/reviews/#new-post" target="_blank">rate it ★★★★★</a>. It's what keeps it free & maintained.<br><b>Thank you!</b></p> |
| 21 |
</div> |
| 22 |
|
| 23 |
<div id="wpr-upsell-dialog" style="display: none;" title="WP Reset"> |
| 24 |
<span class="ui-helper-hidden-accessible"><input type="text"/></span> |
| 25 |
<div style="padding: 20px; font-size: 15px;"> |
| 26 |
<ul> |
| 27 |
<li>Free plugin used on +250,000 sites</li> |
| 28 |
<li>Simple & easy to use with clear instructions</li> |
| 29 |
<li>Automatically creates a snapshot on every plugin & theme update</li> |
| 30 |
<li>Use it to quickly reset any data in WordPress</li> |
| 31 |
<li>Extremely useful for cleaning demo data from themes & plugins</li> |
| 32 |
<li>Create Database Snapshot to revert WP to previous states with 1 click</li> |
| 33 |
<li>Compare current & previous snapshots to see changes done by plugins</li> |
| 34 |
</ul> |
| 35 |
<p class="upsell-footer"><a class="button button-primary install-wpr">Install & Activate WP Reset</a></p> |
| 36 |
</div> |
| 37 |
</div> |
| 38 |
|