WS_OK_7.4.33 HEX
HEX
Server: nginx/1.21.4
System: Linux v12674 6.8.0-85-generic #85-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 18 15:26:59 UTC 2025 x86_64
User: endtheignorance (1014)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v12674/lcamilwaukee/public_html/wp-content/plugins/googleanalytics/view/ga-notice.php
<?php
/**
 * Notice view.
 *
 * @package GoogleAnalytics
 */

$url = isset( $url ) ? $url : '';
?>
<div style="display: none" id="googleanalytics_terms_notice"
	class="notice notice-warning <?php echo esc_attr( Ga_Helper::is_plugin_page() ? '' : 'is-dismissible' ); ?>">
	<p>
		Google Analytics <?php echo esc_html( GOOGLEANALYTICS_VERSION ); ?> plugin <a
				href="http://www.sharethis.com/news/2016/12/sharethis-adds-analytics-plugin-to-suite-of-tools/"
				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, demographics and device data.
		The update requires agreeing to the <a href="http://www.sharethis.com/privacy/" target="_blank">privacy
			policy</a> and <a
				href="http://www.sharethis.com/publisher-terms-of-use/" target="_blank">terms of use</a> to enable them.
		<a href="<?php echo esc_url( $url ); ?>"><span class="button button-primary">I accept</span></a>
	</p>
</div>