| @@ -1,12 +1,6 @@ | ||
| 1 | -<div class="wrap card" id="wp-reset-ad"> | |
| 2 | -<h1>This plugin is being replaced by WP Reset</h1> | |
| 3 | - <a href="#" class="open-wpr-upsell"><img src="<?php echo esc_url(plugins_url( 'assets/images/wp-reset-icon.png', DB_RESET_FILE )); ?>" alt="WP Reset - used on +300,000 sites" title="WP Reset - used on +300,000 sites"></a> | |
| 4 | - <p>We're phasing out support & development for this plugin because we built the free <a href="#" class="open-wpr-upsell">WP Reset</a> plugin that has a lot more functions, automatic backups when you do resets and it is <b>used by over 300,000 sites</b> daily.<br><br><a href="#" class="open-wpr-upsell button button-primary">Install the free WP Reset plugin from the WP repository</a></p> | |
| 5 | -</div> | |
| 6 | - | |
| 7 | 1 | <div class="wrap card"> |
| 8 | - <h1><?php esc_html_e( 'Database Reset', 'wordpress-database-reset' ) ?></h1> | |
| 2 | + <h1><?php _e( 'Database Reset', 'wordpress-database-reset' ) ?></h1> | |
| 9 | 3 | |
| 10 | 4 | <?php include( 'partials/notice.php' ) ?> |
| 11 | 5 | |
| 12 | 6 | <form method="post" id="db-reset-form"> |
| @@ -16,26 +10,27 @@ | ||
| 16 | 10 | </form> |
| 17 | 11 | |
| 18 | 12 | </div> |
| 19 | 13 | |
| 14 | +<div class="wrap card"> | |
| 15 | +<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> | |
| 16 | +</div> | |
| 20 | 17 | |
| 18 | +<div class="wrap card" id="wp-reset-ad"> | |
| 19 | + <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> | |
| 20 | + <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>+200,000 sites daily</b>!</p> | |
| 21 | +</div> | |
| 22 | + | |
| 21 | 23 | <div id="wpr-upsell-dialog" style="display: none;" title="WP Reset"> |
| 22 | 24 | <span class="ui-helper-hidden-accessible"><input type="text"/></span> |
| 23 | 25 | <div style="padding: 20px; font-size: 15px;"> |
| 24 | 26 | <ul> |
| 25 | - <li>Free plugin used on +300,000 sites</li> | |
| 27 | + <li>Free plugin used on +200,000 sites</li> | |
| 26 | 28 | <li>Simple & easy to use with clear instructions</li> |
| 27 | - <li>Automatically creates a snapshot on every plugin & theme update</li> | |
| 28 | 29 | <li>Use it to quickly reset any data in WordPress</li> |
| 29 | - <li>Extremely useful for cleaning demo data from themes & plugins</li> | |
| 30 | + <li>Extremely usefull for cleaning demo data from themes & plugins</li> | |
| 30 | 31 | <li>Create Database Snapshot to revert WP to previous states with 1 click</li> |
| 31 | 32 | <li>Compare current & previous snapshots to see changes done by plugins</li> |
| 32 | 33 | </ul> |
| 33 | - <p class="upsell-footer"><a class="button button-primary install-wpr">Install & Activate WP Reset from the WP repository</a></p> | |
| 34 | + <p class="upsell-footer"><a class="button button-primary install-wpr">Install & Activate WP Reset</a></p> | |
| 34 | 35 | </div> |
| 35 | 36 | </div> |
| 36 | - | |
| 37 | - <div class="wrap card" id="wp-reset-ad"> | |
| 38 | -<h1>This plugin is being replaced by WP Reset</h1> | |
| 39 | - <a href="#" class="open-wpr-upsell"><img src="<?php echo esc_url(plugins_url( 'assets/images/wp-reset-icon.png', DB_RESET_FILE )); ?>" alt="WP Reset - used on +300,000 sites" title="WP Reset - used on +300,000 sites"></a> | |
| 40 | - <p>We're phasing out support & development for this plugin because we built the free <a href="#" class="open-wpr-upsell">WP Reset</a> plugin that has a lot more functions, automatic backups when you do resets and it is <b>used by over 300,000 sites</b> daily.<br><br><a href="#" class="open-wpr-upsell button button-primary">Install the free WP Reset plugin from the WP repository</a></p> | |
| 41 | -</div> | |