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/templates/exclusions.php
<?php
/**
 * Configure tool template for gdpr onboarding
 *
 * @package GoogleAnalytics
 */

?>
<div class="vendor-exclusion">
	<div class="vendor-table">
		<div class="st-box ">
			<div class="vendor-table-header">
				<div class="vendor-name">
					<h3>
						<?php esc_html_e( 'Vendor names', 'googleanalytics' ); ?>
					</h3>
					<div class="st-input vendor-search">
						<input autocomplete="off" id="vendor-search " placeholder="Search for vendor" type="text">
					</div>
				</div>
				</div>
				<p class="vendor-info">
					<?php esc_html_e( 'Manage third-party vendors asking for consent across your sites.', 'googleanalytics' ); ?>
				</p>
			</div>
			<div class="vendor-table-body">
				<?php foreach ( $vendors as $vendor ) : ?>
				<div class="vendor-table-cell">
					<a id="<?php echo esc_attr( strtolower( $vendor['name'] ) ); ?>"></a>
					<a id="<?php echo esc_attr( strtolower( explode( ' ', $vendor['name'] )[0] ) ); ?>"></a>
					<div class="vendor-table-cell-wrapper switch">
						<label>
							<input data-id="<?php echo esc_attr( $vendor['id'] ); ?>" type="checkbox" name="vendor[<?php echo esc_attr( $vendor['id'] ); ?>]" value="consent" />
							<span class="lever"></span>
							<strong><?php echo esc_html( $vendor['name'] ); ?></strong>
						</label>
						<div class="vendor-accor">
							<p>
								<strong><?php esc_html_e( 'Privacy Policy: ', 'googleanalytics' ); ?></strong>
										<?php
											echo '<a href="' . esc_url( $vendor['policyUrl'] ) . '" target="_blank">' .
											esc_html( $vendor['policyUrl'] ) . '</a>';
										?>
							</p>
							<p>
								<strong><?php esc_html_e( 'Purposes: ', 'googleanalytics' ); ?></strong>
								<div class="vendor-purpose-list">
									<?php foreach ( $vendor['purposes'] as $purpose ) : ?>
							<p><?php echo esc_html( $purposes[ $purpose ] ); ?></p>
							<?php endforeach; ?>
						</div>
						</p>
					</div>
				</div>
			</div>
			<?php endforeach; ?>
		</div>
	</div>
</div>