PluginProbe
Database Reset / 3.20
Database Reset v3.20
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.20, at views/index.php

42 lines 2.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 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 &amp; 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 <div class="wrap card">
8 <h1><?php _e( 'Database Reset', 'wordpress-database-reset' ) ?></h1>
9
10 <?php include( 'partials/notice.php' ) ?>
11
12 <form method="post" id="db-reset-form">
13 <?php include( 'partials/select-tables.php' ) ?>
14 <?php include( 'partials/security-code.php' ) ?>
15 <?php include( 'partials/submit-button.php' ) ?>
16 </form>
17
18 </div>
19
20
21 <div id="wpr-upsell-dialog" style="display: none;" title="WP Reset">
22 <span class="ui-helper-hidden-accessible"><input type="text"/></span>
23 <div style="padding: 20px; font-size: 15px;">
24 <ul>
25 <li>Free plugin used on +300,000 sites</li>
26 <li>Simple &amp; easy to use with clear instructions</li>
27 <li>Automatically creates a snapshot on every plugin &amp; theme update</li>
28 <li>Use it to quickly reset any data in WordPress</li>
29 <li>Extremely useful for cleaning demo data from themes &amp; plugins</li>
30 <li>Create Database Snapshot to revert WP to previous states with 1 click</li>
31 <li>Compare current &amp; previous snapshots to see changes done by plugins</li>
32 </ul>
33 <p class="upsell-footer"><a class="button button-primary install-wpr">Install &amp; Activate WP Reset from the WP repository</a></p>
34 </div>
35 </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 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 &amp; 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>
42