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

38 lines 2.0 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 <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 &starf;&starf;&starf;&starf;&starf;</a>. It's what keeps it free &amp; 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 &amp; easy to use with clear instructions</li>
29 <li>Automatically creates a snapshot on every plugin &amp; 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 &amp; plugins</li>
32 <li>Create Database Snapshot to revert WP to previous states with 1 click</li>
33 <li>Compare current &amp; previous snapshots to see changes done by plugins</li>
34 </ul>
35 <p class="upsell-footer"><a class="button button-primary install-wpr">Install &amp; Activate WP Reset</a></p>
36 </div>
37 </div>
38