File: /var/www/ecom/wp-content/themes/electro/header-blank.php
<?php
/**
* The header for our theme.
*
* Displays all of the <head> section and everything up till <div id="content">
*
* @package electro
*/
remove_action( 'electro_before_content', 'electro_navbar', 10 );
?><!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 do_action( 'electro_before_content' ); ?>
<div id="content" class="site-content" tabindex="-1">
<div class="container">
<?php
/**
* @hooked woocommerce_breadcrumb - 10
*/
do_action( 'electro_content_top' ); ?>