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