HEX
Server:
System: Linux aac286ea486c 5.14.0-687.15.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jun 11 08:51:45 EDT 2026 x86_64
User: root (0)
PHP: 8.2.30
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,disk_free_space,diskfreespace
Upload Files
File: /dom877180/wp-content/themes/splash/partials/footer/footer-bottom.php
<?php
	$footer_bottom_menu = get_theme_mod('enable_footer_bottom_menu', false);
	$footer_style = get_theme_mod('footer_style');
	$footer_left_text = get_theme_mod('footer_left_text', esc_html__('Copyright (c) 2016 Splash.', 'splash'));
	$footer_right_text = get_theme_mod('footer_right_text', esc_html__('Theme by Stylemix Themes.', 'splash'));
	$footer_center_text = get_theme_mod('footer_center_text', esc_html__('Copyright (c) 2020 Splash - Sport Wordpress Theme', 'splash'));

	$stm_socials = splash_socials('footer_socials');
	$footer_socials_text = get_theme_mod('footer_socials_text', esc_html__('Follow Us:', 'splash'));
?>
<div id="stm-footer-bottom">
	<div class="container">
		<div class="clearfix">

			<?php if ($footer_style == 'footer_style_three'): ?>
			<div class="footer-bottom-center">
				<?php if(!empty($footer_center_text)): ?>
					<div class="footer-bottom-center-text">
						<?php echo wp_kses_post($footer_center_text); ?>
					</div>
				<?php endif; ?>
			</div>

			<?php else: ?>
			
			<div class="footer-bottom-left">
				<?php if(!empty($footer_left_text)): ?>
					<div class="footer-bottom-left-text">
						<?php echo wp_kses_post($footer_left_text); ?>
					</div>
				<?php endif; ?>
			</div>

			<div class="footer-bottom-right">
				<div class="clearfix">

					<?php if(!empty($footer_right_text)): ?>
						<div class="footer-bottom-right-text">
							<?php echo wp_kses_post($footer_right_text); ?>
						</div>
					<?php endif; ?>

                    <div class="footer-bottom-right-navs">

                        <?php if($footer_bottom_menu && !splash_is_layout('soccer_two')) : ?>
                            <div class="stm-bottom-menu">
                                <ul class="footer-menu stm-list-duty heading-font clearfix <?php if( !empty( $footer_right_text ) ) echo esc_attr( 'centered' ) ?>">
                                    <?php
                                    wp_nav_menu( array(
                                            'theme_location'    => 'bottom_menu',
                                            'depth'             => 1,
                                            'container'         => false,
                                            'menu_class'        => 'header-menu clearfix',
                                            'items_wrap'        => '%3$s',
                                            'link_before'            => '<span>',
                                            'link_after'             => '</span>',
                                            'fallback_cb' => false,
                                            'stm_megamenu' => false
                                        )
                                    );
                                    ?>
                                </ul>
                            </div>
                        <?php endif; ?>
                        <?php if(!empty($stm_socials) && !get_theme_mod("show_socials_after_footer_img", false) && !splash_is_layout('esport')): ?>

                            <div class="footer-socials-unit <?php if( empty( $footer_right_text ) ) echo esc_attr( 'right-side' ) ?>">
                                <?php if(!empty($footer_socials_text)): ?>
                                    <div class="h6 footer-socials-title">
                                        <?php echo esc_html($footer_socials_text); ?>
                                    </div>
                                <?php endif; ?>
                                <ul class="footer-bottom-socials stm-list-duty">
                                    <?php foreach($stm_socials as $key => $value): ?>
                                        <li class="stm-social-<?php echo esc_attr($key); ?>">
                                            <a href="<?php echo esc_url($value); ?>" target="_blank">
                                                <i class="fa fa-<?php echo esc_attr($key); ?>"></i>
                                            </a>
                                        </li>
                                    <?php endforeach; ?>
                                </ul>
                            </div>
                        <?php endif; ?>

                    </div>
				</div>
			</div>
			<?php endif; ?>

		</div>
	</div>
</div>