HEX
Server: nginx/1.18.0
System: Linux oas2 6.8.0-1039-oracle #40~22.04.1-Ubuntu SMP Wed Oct 29 05:11:00 UTC 2025 aarch64
User: root (0)
PHP: 8.1.2-1ubuntu2.23
Disabled: NONE
Upload Files
File: /var/www/ecom/wp-content/themes/electro/header-v13.php
<?php
/**
 * The header for our theme.
 *
 * Displays all of the <head> section and everything up till <div id="content">
 *
 * @package electro
 */

?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">

<?php wp_head(); ?>
</head>

<body <?php body_class(); ?>>
	<?php
	wp_body_open();
	?>
<div class="off-canvas-wrapper w-100 position-relative">
<div id="page" class="hfeed site">
	<?php
	/**
	 * Functions hooked into electro_before_header_v13 action
	 *
	 * @hooked electro_top_bar_v7    - 10
	 */
	do_action( 'electro_before_header_v13' );
	?>

	<?php if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'header' ) ) : ?>

		<header id="masthead" class="site-header header-v13">
			<div class="stick-this">
				<div class="container <?php echo esc_attr( has_electro_mobile_header() ? electro_desktop_header_responsive_class() : '' ); ?>">
					<?php
					/**
					 * Functions hooked into electro_header_v13 action.
					 *
					 * @hooked electro_masthead_v13    - 10
					 */
					do_action( 'electro_header_v13' );
					?>

				</div>

				<?php
				/**
				 * Functions hooked into electro_after_header action.
				 *
				 * @hooked electro_handheld_header - 10
				 */
				do_action( 'electro_after_header' );
				?>

			</div>
		</header><!-- #masthead -->

	<?php endif; ?>

	<?php do_action( 'electro_before_content' ); ?>

	<div id="content" class="site-content" tabindex="-1">
		<div class="container">
		<?php
		/**
		 * Functions hooked into electro_content_top action.
		 *
		 * @hooked woocommerce_breadcrumb - 10
		 */
		do_action( 'electro_content_top' ); ?>