File: //home/youtil/.Trash/public_html-workingold/wp-content/themes/Total/header.php
<?php
/**
* The header for our theme.
*
* Displays all of the <head> section and everything up till <div id="main">
*
* @package Total WordPress Theme
* @subpackage Templates
* @version 5.0
*/
defined( 'ABSPATH' ) || exit;
?><!doctype html>
<html <?php language_attributes(); ?><?php wpex_schema_markup( 'html' ); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<link rel="profile" href="http://gmpg.org/xfn/11">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php wp_body_open(); ?>
<?php wpex_hook_after_body_tag(); // Added before wp_body_open was introduced ?>
<?php wpex_outer_wrap_before(); ?>
<div id="outer-wrap" class="wpex-clr">
<?php wpex_hook_wrap_before(); ?>
<div id="wrap" class="wpex-clr">
<?php wpex_hook_wrap_top(); ?>
<?php wpex_hook_main_before(); ?>
<main id="main" class="site-main wpex-clr"<?php wpex_schema_markup( 'main' ); ?><?php wpex_aria_landmark( 'main' ); ?>>
<?php wpex_hook_main_top(); ?>