view-counter
2 years ago
block-by-role.blade.php
2 years ago
block-ips.blade.php
2 years ago
capabilities.blade.php
2 years ago
dark-mode.blade.php
2 years ago
delete.blade.php
2 years ago
disable-admin-toolbar-analytics.blade.php
2 years ago
disable-widget.blade.php
2 years ago
email-reports.blade.php
2 years ago
export-data.blade.php
2 years ago
export-reports.blade.php
2 years ago
first-day-of-week.blade.php
2 years ago
index.blade.php
2 years ago
notice.blade.php
2 years ago
refresh-salt.blade.php
2 years ago
track-authenticated-users.blade.php
2 years ago
view-counter.blade.php
2 years ago
notice.blade.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="iawp-message"> |
| 6 | <p><span class="iawp-message-text"><?php esc_html_e($notice_text); ?></span> <a href="<?php echo esc_url($url); ?>" class="link-white" target="_blank"><?php esc_html_e('Learn More', 'independent-analytics'); ?></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> |