PluginProbe ʕ •ᴥ•ʔ
ShareThis Dashboard for Google Analytics / 2.3.5
ShareThis Dashboard for Google Analytics v2.3.5
3.3.2 trunk 1.0.7 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.1 2.1.2 2.1.3 2.1.4 2.1.5 2.2.5 2.3.5 2.3.6 2.3.7 2.3.8 2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 3.0.0 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 3.1.7 3.2.0 3.2.1 3.2.2 3.2.3 3.2.4 3.3.0 3.3.1
googleanalytics / view / statistics.php
googleanalytics / view Last commit date
ga_accounts_selector.php 9 years ago ga_auth_button.php 9 years ago ga_code.php 6 years ago ga_dashboard_widget.php 9 years ago ga_debug_modal.php 6 years ago ga_googleanalytics_loader.php 6 years ago ga_notice.php 6 years ago ga_oauth_notice.php 9 years ago ga_wp_notice.php 9 years ago page.php 6 years ago statistics.php 6 years ago stats.php 6 years ago trending.php 8 years ago
statistics.php
25 lines
1 <div class="wrap ga-wrap">
2 <h2>Google Analytics - <?php _e( 'Dashboard' ); ?></h2>
3 <div class="ga_container" id="exTab2">
4 <?php echo $data ?>
5 </div>
6
7 <?php if (empty(get_option('googleanalytics-hide-review'))) : ?>
8 <div class="ga-review-us">
9 <h3>
10 <?php echo esc_html__( 'Love this plugin?', 'googleanalytics' ); ?>
11 <br>
12 <a href="https://wordpress.org/support/plugin/googleanalytics/reviews/#new-post">
13 <?php echo esc_html__( 'Please spread the word by leaving us a 5 star review!', 'googleanalytics' ); ?>
14 </a>
15 <p>
16 <div id="close-review-us">close</div>
17 </p>
18 </h3>
19 </div>
20 <?php endif; ?>
21 </div>
22 <script type="text/javascript">
23 const GA_NONCE = '<?php echo wp_create_nonce( 'ga_ajax_data_change' ); ?>';
24 const GA_NONCE_FIELD = '<?php echo Ga_Admin_Controller::GA_NONCE_FIELD_NAME; ?>';
25 </script>