HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
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/html/wptrinityconsulting/wp-content/themes/finbuzz/template-parts/footer/footer-5.php
<?php
$finbuzz_footer_column = FinbuzzTheme::$options['footer_column_3'];
switch ( $finbuzz_footer_column ) {
	case '1':
	$finbuzz_footer_class = 'col-sm-12 col-12';
	break;
	case '2':
	$finbuzz_footer_class = 'col-sm-6 col-12';
	break;
	case '3':
	$finbuzz_footer_class = 'col-lg-4 col-md-6 col-12';
	break;		
	default:
	$finbuzz_footer_class = 'col-lg-3 col-md-6 col-12';
	break;
}
// Logo
$finbuzz_light_logo = empty( FinbuzzTheme::$options['footer_logo_light']['url'] ) ? FINBUZZ_IMG_URL . 'logo-light.svg' : FinbuzzTheme::$options['footer_logo_light']['url'];
$finbuzz_socials = FinbuzzTheme_Helper::socials();
?>

<?php if ( FinbuzzTheme::$footer_area == 1 || FinbuzzTheme::$footer_area == 'on' ) { ?>
	<?php if ( is_active_sidebar( 'footer-style-5-1' ) ) { ?>
		<div class="footer-top-area">
			<?php if ( FinbuzzTheme::$options['footer_shape'] ) { ?>
				<ul class="shape-holder">
					<li class="shape1 wow fadeInLeft" data-wow-delay="0.3s" data-wow-duration="1.5s">
						<img width="500" height="507" loading='lazy' src="<?php echo FINBUZZ_ASSETS_URL . 'element/footer5_shape.png'; ?>" alt="<?php echo esc_attr('footer-shape5', 'finbuzz'); ?>">
					</li>
					
				</ul>
			<?php } ?>
			<div class="container">
					<div class="footer-top-widget">
						<div class="row">
							<?php
							for ( $i = 1; $i <= $finbuzz_footer_column; $i++ ) {
								if(is_active_sidebar( 'footer-style-5-'. $i )){
									echo '<div class="' . $finbuzz_footer_class . '">';
									dynamic_sidebar( 'footer-style-5-'. $i );
									echo '</div>';
								}
							}
							?>
						</div>
					</div>	
			</div>		
		</div>
	<?php } ?>
	<div class="container">
		<div class="copyright_wrap">
			<span class="left-line"></span>
			<div class="copyright"><?php echo wp_kses( FinbuzzTheme::$options['copyright_text'] , 'allow_link' );?></div>
			<span class="right-line"></span>
		</div>
	</div>
<?php } ?>