ga_accounts_selector.php
9 years ago
ga_auth_button.php
9 years ago
ga_code.php
9 years ago
ga_dashboard_widget.php
9 years ago
ga_debug_modal.php
8 years ago
ga_googleanalytics_loader.php
9 years ago
ga_notice.php
8 years ago
ga_oauth_notice.php
9 years ago
ga_wp_notice.php
9 years ago
page.php
8 years ago
statistics.php
9 years ago
stats.php
9 years ago
trending.php
8 years ago
ga_wp_notice.php
9 lines
| 1 | <div class="notice notice-<?php echo $type; ?> <?php echo( ! empty( $is_dismissable ) ? 'is-dismissible' : '' ); ?>"> |
| 2 | <p><?php echo $msg; ?> |
| 3 | <?php if ( ! empty( $action ) ): ?> |
| 4 | |
| 5 | <button onclick="window.location.href='<?php echo $action['url']; ?>'" |
| 6 | class="button button-primary"><?php echo $action['label']; ?></button> |
| 7 | <?php endif; ?> |
| 8 | </p> |
| 9 | </div> |