HEX
Server: nginx/1.15.10
System: Linux vps240vn 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
User: www (1000)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,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_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/vietktv.vn/wp-content/themes/binhvu.off/header.php
<!doctype html>
<html <?php language_attributes(); ?>>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="robots" content="index, follow" />
<meta name="revisit-after" content="1 days" />
<?php if (is_search()) { ?><meta name="robots" content="noindex, nofollow" /><?php } ?>
<?php if(is_home()): ?>
<meta name="description" content="<?php echo get_field('meta_description', 'option'); ?>"/>
<meta name="keywords" content="<?php echo get_field('meta_keyword', 'option'); ?>"/>
<title><?php echo get_field('home_title', 'option'); ?></title>
<?php else: ?>
<title><?php wp_title(); ?></title>
<?php endif; ?>
	<?php wp_head(); ?>
	<?php echo get_field('code_header', 'option'); ?>
</head>

<body <?php body_class(); ?>>
	<div id="site-wrapper" class="hfeed site">
		<div id="site-inner">
			<header class="site-header">	
				<div class="top-header">
					<div class="container">
						<div class="row">
							<div class="col-lg-5 col-md-5 col-sm-5 col-xs-12 box-logo">
								<?php if(is_home()):?>
									<h1 class="title-logo"><a href="<?php bloginfo('url');?>">
										<?php $logo = get_field('logo_header', 'option'); ?>
										<?php if( $logo ): ?>
											<img src="<?php echo $logo['url']; ?>" alt="logo"/>
										<?php endif; ?>
									</a></h1>
								<?php else : ?>
									<h4 class="title-logo"><a href="<?php bloginfo('url');?>">
										<?php $logo = get_field('logo_header', 'option'); ?>
										<?php if( $logo ): ?>
											<img src="<?php echo $logo['url']; ?>" alt="logo"/>
										<?php endif; ?>
									</a></h4>
								<?php endif;?>
							</div>
							<div class="col-lg-7 col-md-7 col-sm-7 col-xs-12 box-banner">
								<?php $banner_header = get_field('banner_header', 'option'); ?>
								<?php if( $banner_header ): ?>
									<img src="<?php echo $banner_header['url']; ?>" alt="logo"/>
								<?php endif; ?>		
							</div>
						</div>
					</div>	
				</div>
				<nav id="primary-menu" class="nav-menu nav-menu-standard-type">
					<div class="container">			
						<?php
							wp_nav_menu( array(
								'theme_location'  => 'primary',
								'menu'            => '',
								'container'       => 'div',
								'container_class' => 'menu-container clearfix',
								'container_id'    => '',
								'menu_class'      => 'menu menu-ul ul-level-1 clearfix',
								'menu_id'         => ''	
							));
						?>
					</div>		
				</nav>
			</header>