| 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 ★★★★★</a>. It's what keeps it free & maintained. Thank you!</strong></p> |
| 14 |
</div> |
| 15 |
<?php endif ?> |
| 16 |
|