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/header.php
<?php
/**
 * @author  RadiusTheme
 * @since   1.0
 * @version 1.0
 */
?>
<!doctype html>
<html <?php language_attributes(); ?>>
<head>
	<meta charset="<?php bloginfo( 'charset' ); ?>">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<link rel="profile" href="https://gmpg.org/xfn/11" />
	<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
	<?php wp_body_open(); ?>
	<?php
		// Preloader
		if( !empty( FinbuzzTheme::$options['preloader_image'] ) ) {
			$pre_bg = wp_get_attachment_image_src( FinbuzzTheme::$options['preloader_image'], 'full', true );
			$preloader_img = $pre_bg[0];
		}else {
			$preloader_img = FINBUZZ_IMG_URL . 'preloader.gif';
		}
		if ( FinbuzzTheme::$options['preloader'] ) {
			if (!empty($preloader_img)) {                
                echo '<div id="preloader" class="img-pre-loader" style="background-image:url(' . esc_url($preloader_img) . ');"></div>';
            }
		}
	?>
	<div id="page" class="site">		
		<a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'finbuzz' ); ?></a>		
		<header id="masthead" class="site-header">			
			<div id="header-<?php echo esc_attr( FinbuzzTheme::$header_style ); ?>" class="header-area">
				<?php if ( FinbuzzTheme::$top_bar == 1 || FinbuzzTheme::$top_bar === 'on' ){ ?>			
				<?php get_template_part( 'template-parts/header/header-top', FinbuzzTheme::$top_bar_style ); ?>
				<?php } ?>
				<?php if ( FinbuzzTheme::$header_opt == 1 || FinbuzzTheme::$header_opt === 'on' ){ ?>
				<?php get_template_part( 'template-parts/header/header', FinbuzzTheme::$header_style ); ?>
				<?php } ?>
			</div>
		</header>
		<?php get_template_part('template-parts/header/mobile', 'menu');?>
		<div id="header-search" class="header-search">
	            <button type="button" class="close">×</button>
				<form role="search" method="get" class="header-search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>">
	                <input type="search" value="<?php echo get_search_query(); ?>" name="s" placeholder="<?php esc_html_e( 'Search here........', 'finbuzz' ); ?>">
	                <button type="submit" class="search-btn">
	                    <i class="fas fa-search"></i>
	                </button>
	            </form>
	    </div>
		<div id="content" class="site-content">			
			<?php
				if ( FinbuzzTheme::$has_banner === 1 || FinbuzzTheme::$has_banner === "on" ) { 
					get_template_part('template-parts/content', 'banner');
				}
			?>