view_counter
3 years ago
block_ips.php
3 years ago
capabilities.php
3 years ago
dark_mode.php
3 years ago
delete.php
3 years ago
export.php
3 years ago
first_day_of_week.php
3 years ago
index.php
3 years ago
notice.php
3 years ago
track_authenticated_users.php
3 years ago
view_counter.php
3 years ago
notice.php
13 lines
| 1 | <div class="iawp-notice <?php esc_attr_e($notice); ?>"> |
| 2 | <div class="icon"> |
| 3 | <span class="dashicons dashicons-warning"></span> |
| 4 | </div> |
| 5 | <div class="message"> |
| 6 | <p><?php esc_html_e($notice_text); ?> <a href="<?php echo esc_url($url); ?>" class="link-white" target="_blank"><?php esc_html_e('Learn More', 'iawp'); ?></a></p> |
| 7 | </div> |
| 8 | <?php if ($button_text) : ?> |
| 9 | <div> |
| 10 | <button id="dismiss-notice" class="iawp-button white"><?php esc_html_e($button_text); ?></button> |
| 11 | </div> |
| 12 | <?php endif; ?> |
| 13 | </div> |