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-one.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.0, maximum-scale=1.0">

<?php wp_head(); ?>
</head>
<body id="bg" <?php body_class(); ?>>
<?php wp_body_open(); 
	
	do_action( 'visva_subscription'); 
	
	?>
	<div  class="page-wraper">
		<div class="page-content bg-white">	
<?php

do_action('visva_website_status');