PluginProbe ʕ •ᴥ•ʔ
Backup Migration / 2.1.7
Backup Migration v2.1.7
2.1.7 2.1.6 2.1.5.2 trunk 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.6.1 1.4.7 1.4.8 1.4.9 1.4.9.1 2.0.0 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.5.1
backup-backup / analyst / templates / notice.php
backup-backup / analyst / templates Last commit date
forms 2 weeks ago notice.php 2 weeks ago optin.php 2 weeks ago optout.php 2 weeks ago
notice.php
12 lines
1 <?php if ( ! defined( 'ABSPATH' ) ) exit; ?>
2 <div class="notice notice-success analyst-notice">
3 <p>
4 <strong class="analyst-plugin-name"><?php echo esc_html( $notice->getPluginName() ); ?></strong>
5 <?php echo wp_kses_post( $notice->getBody() ); ?>
6 </p>
7
8 <button type="button" class="analyst-notice-dismiss notice-dismiss" analyst-notice-id="<?php echo esc_attr( $notice->getId() ); ?>">
9 <span class="screen-reader-text">Dismiss this notice.</span>
10 </button>
11 </div>
12