HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.30
System: Linux iZj6c1151k3ad370bosnmsZ 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User: root (0)
PHP: 7.4.30
Disabled: NONE
Upload Files
File: /var/www/html/www.winghung.com/wp-content/themes/zeen/header.php
<?php
/**
 * Header output
 *
 * @package Zeen
 * @since 1.0.0
 */
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
	<meta charset="<?php bloginfo( 'charset' ); ?>">
	<?php if ( get_theme_mod( 'responsive', 1 ) == 1 ) { ?>
		<meta name="viewport" content="width=device-width, initial-scale=1">
	<?php } else { ?>
		<meta name="viewport" content="width=1280">
	<?php } ?>
	<link rel="profile" href="http://gmpg.org/xfn/11">
	<?php $color = get_theme_mod( 'global_color', '#f7d40e' ); ?>
	<meta name="theme-color" content="<?php echo esc_attr( apply_filters( 'zeen_address_bar_color', $color ) ); ?>">
	<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
	<?php wp_body_open(); ?>
	<div id="page" class="site">
		<?php
		$style = zeen_get_style();
		do_action( 'zeen_start_site', $style );
		?>
		<div class="site-inner">
			<?php do_action( 'zeen_start_site_inner', $style ); ?>
			<div id="content" class="site-content clearfix">
			<?php
			do_action( 'zeen_start_content' );