HEX
Server: Apache
System: Linux 65-254-81-60.cprapid.com 4.18.0-477.27.2.el8_8.x86_64 #1 SMP Fri Sep 29 08:21:01 EDT 2023 x86_64
User: roshanchandy (1003)
PHP: 8.4.12
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/roshanchandy/www/buildmydesign.in/wp-content/themes/visva/header.php
<?php 
visva_bunch_global_variable();
global $visva_option;
extract($visva_option);
?>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<?php if ( ! function_exists( 'has_site_icon' ) || ! has_site_icon() ){ ?>
	<link rel="shortcut icon" href="<?php echo esc_url($site_favicon);?>" type="image/x-icon">
	<link rel="icon" href="<?php echo esc_url($site_favicon);?>" type="image/x-icon">
<?php } ?>
<!-- Responsive -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">

<!-- MOBILE SPECIFIC -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

<?php wp_head(); ?>
	
	
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-T6XWTLGZ');</script>
<!-- End Google Tag Manager -->	
	
	
	
	
	
	
	
	
	
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9XVYG0D93E"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-9XVYG0D93E');
</script>	
	
	
	
	
	
	
	
	
	
	
	
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-16573995201">
</script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'AW-16573995201');
</script>	
	
</head>
<body id="bg" <?php body_class();  visva_body_layout_style(); ?> >
	<?php 
	wp_body_open(); 
	
	do_action( 'visva_subscription'); 
	?>
	<div  class="page-wraper">		
<?php 
if(isWebsiteReadyForVisitor($website_status)){
	/* Pre-loader */
	visva_get_loader();
	/* Pre-loader END */
	if(!empty($header_style)) 
	{
		get_template_part('dz-inc/elements/header/'.$header_style);
	}
}
?>

<div class="page-content bg-white">
<?php
do_action('visva_website_status');