HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux wordpress-ubuntu-s-2vcpu-4gb-fra1-01 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64
User: root (0)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/shoetique/wp-content/plugins/googleanalytics/view/statistics.php
<?php
/**
 * Statistics view.
 *
 * @package GoogleAnalytics
 */

$data = isset( $data ) ? $data : '';
?>
<div class="wrap ga-wrap">
	<h2>Google Analytics - <?php echo esc_html__( 'Dashboard', 'googleanalytics' ); ?></h2>
	<div class="ga_container" id="exTab2" style="width: 100%;">
		<?php
		echo wp_kses(
			$data,
			array(
				'a'      => array(
					'class' => array(),
					'href'  => array(),
				),
				'button' => array(
					'class'   => array(),
					'id'      => array(),
					'onclick' => array(),
				),
				'div'    => array(
					'class'       => array(),
					'id'          => array(),
					'data-scroll' => array(),
					'style'       => array(),
				),
				'form'   => array(
					'action' => array(),
					'method' => array(),
				),
				'input'  => array(
					'name'  => array(),
					'type'  => array(),
					'value' => array(),
				),
				'img'    => array(
					'src' => array(),
				),
				'label'  => array(
					'for' => array(),
				),
				'p'      => array(),
				'script' => array(),
				'strong' => array(),
				'table'  => array(
					'class' => array(),
				),
				'td'     => array(
					'class'   => array(),
					'colspan' => array(),
					'style'   => array(),
				),
				'th'     => array(
					'style' => array(),
				),
				'tr'     => array(),
			)
		);
		?>
	</div>

	<?php if ( true === empty( get_option( 'googleanalytics-hide-review' ) ) ) : ?>
		<div class="ga-review-us">
			<h3>
				<?php esc_html_e( 'Love this plugin?', 'googleanalytics' ); ?>
				<br>
				<a href="https://wordpress.org/support/plugin/googleanalytics/reviews/#new-post">
					<?php
					esc_html_e(
						'Please spread the word by leaving us a 5 star review!',
						'googleanalytics'
					);
					?>
				</a>
				<p><div id="close-review-us"><?php esc_html_e( 'close' ); ?></div></p>
			</h3>
		</div>
	<?php endif; ?>
</div>
<script type="text/javascript">
	const GA_NONCE = '<?php echo esc_js( wp_create_nonce( 'ga_ajax_data_change' ) ); ?>';
	const GA_NONCE_FIELD = '<?php echo esc_js( Ga_Admin_Controller::GA_NONCE_FIELD_NAME ); ?>';
</script>