HEX
Server: LiteSpeed
System: Linux eko108.isimtescil.net 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: uyarreklamcomtr (11202)
PHP: 7.4.33
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/footer-summaries.php.tar
plugins/google-analytics-for-wordpress/lite/includes/emails/templates/footer-summaries.php000064400000004354151550731270040527 0ustar00var/www/vhosts/uyarreklam.com.tr/httpdocs/wp-content<?php
/**
 * Email Footer Template
 *
 * Uses modern HTML/CSS while maintaining email client compatibility.
 * CSS classes are prefixed with 'mset-' (MonsterInsights Summary Email Template)
 * to avoid conflicts with email client styles.
 *
 * @since 8.19.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
} ?>
			</div><!-- .mset-content -->
			<div class="mset-footer">
				<div class="mset-footer-content">
					<?php if ( isset( $logo_image ) && $logo_image ) : ?>
						<a href="<?php echo esc_url( $logo_link ); ?>">
							<img src="<?php echo esc_url( $logo_image ); ?>" alt="MonsterInsights" class="mset-footer-logo-image">
						</a>
					<?php endif;

					if ( isset( $settings_tab_url ) && $settings_tab_url ) :
						$footer = sprintf(
							/* translators: Placeholders adds wrapping span tags and links to settings page. */
							esc_html__('%1$sThis email was auto-genetrated and sent from MonsterInsights.%2$s Learn how to %3$s disable it%4$s.', 'google-analytics-for-wordpress' ),
						'<span>',
						'</span><span>',
						'<a href="' . $settings_tab_url . '" target="_blank" class="mset-footer-link">',
						'</a></span>'
						);

						echo apply_filters( 'mi_email_summaries_footer_text', $footer ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Escaped in the sprintf.
					endif; ?>
				</div>
				<div class="mset-footer-bar">
					<?php if ( isset( $left_image ) && $left_image ) : ?>
						<a class="mset-footer-left-image" href="<?php echo esc_url( $logo_link ); ?>">
							<img src="<?php echo esc_url( $left_image ); ?>" alt="MonsterInsights" class="mset-footer-left-image">
						</a>
					<?php endif;

					if ( isset( $facebook_url ) && $facebook_url ) : ?>
						<a href="<?php echo esc_url( $facebook_url ); ?>" target="_blank" class="mset-footer-link">
							<span class="mset-icon mset-icon-facebook"></span>
						</a>
					<?php endif;

					if ( isset( $linkedin_url ) && $linkedin_url ) : ?>
						<a href="<?php echo esc_url( $linkedin_url ); ?>" target="_blank" class="mset-footer-link">
							<span class="mset-icon mset-icon-linkedin"></span>
						</a>
					<?php endif; ?>
				</div>
			</div>
		</div><!-- .mset-container -->
	</div><!-- .mset-wrapper -->
</body>
</html>