PluginProbe
Database Reset / 3.22
Database Reset v3.22
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 / partials / notice.php

notice.php in Database Reset 3.22, at views/partials/notice.php

16 lines 767 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php if ( $this->notice_success ) : ?>
2 <div class="updated notice is-dismissible">
3 <p><strong><?php echo esc_html($this->notice_success); ?>.</strong></p>
4 </div>
5 <?php elseif ( $this->notice_error ) : ?>
6 <div class="error notice is-dismissible">
7 <p><strong><?php echo esc_html($this->notice_error); ?></strong></p>
8 </div>
9 <?php endif ?>
10
11 <?php if ( $this->notice_success ) : ?>
12 <div class="notice-info notice is-dismissible" id="rate-plugin-notice" style="display: none;">
13 <p><strong>Please <a href="https://wordpress.org/support/plugin/wordpress-database-reset/reviews/#new-post" target="_blank">rate the plugin &starf;&starf;&starf;&starf;&starf;</a>. It's what keeps it free &amp; maintained. Thank you!</strong></p>
14 </div>
15 <?php endif ?>
16