templates
4 years ago
ga_accounts_selector.php
9 years ago
ga_auth_button.php
9 years ago
ga_code.php
7 years ago
ga_dashboard_widget.php
9 years ago
ga_debug_modal.php
6 years ago
ga_googleanalytics_loader.php
7 years ago
ga_notice.php
4 years ago
ga_oauth_notice.php
9 years ago
ga_wp_notice.php
9 years ago
page.php
5 years ago
statistics.php
6 years ago
stats.php
4 years ago
trending.php
8 years ago
ga_notice.php
17 lines
| 1 | <?php |
| 2 | $url = isset($url) ? $url : ''; |
| 3 | ?> |
| 4 | <div id="googleanalytics_terms_notice" |
| 5 | class="notice notice-warning <?php echo Ga_Helper::is_plugin_page() ? '' : 'is-dismissible'; ?>"> |
| 6 | <p> |
| 7 | Google Analytics <?php echo esc_html(GOOGLEANALYTICS_VERSION); ?> plugin <a |
| 8 | href="http://www.sharethis.com/news/2016/12/sharethis-adds-analytics-plugin-to-suite-of-tools/" |
| 9 | target="_blank">has joined the ShareThis family.</a> <strong>A host of new features</strong> have been |
| 10 | added in this version, including Google Analytics dashboards, demographics and device data. |
| 11 | The update requires agreeing to the <a href="http://www.sharethis.com/privacy/" target="_blank">privacy |
| 12 | policy</a> and <a |
| 13 | href="http://www.sharethis.com/publisher-terms-of-use/" target="_blank">terms of use</a> to enable them. |
| 14 | <a href="<?php echo esc_url($url); ?>"><span class="button button-primary">I accept</span></a> |
| 15 | </p> |
| 16 | </div> |
| 17 |