D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
home
/
aramrprl
/
spicandspans.com
/
wp-content
/
themes
/
cleenday
/
Filename :
header.php
back
Copy
<?php /** * The header for Cleenday theme * * This is the template that displays all of the <head> section and everything up until <main> * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package cleenday * @since 1.0.0 */ ?> <!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta name="google-site-verification" content="a7zP1KnFeZz74zGxtZ3t8NcMjYOlQLvfk1w3W00gM8c" /> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-1XWBGJLMX0"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-1XWBGJLMX0'); </script> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php wp_body_open(); /** * Get Preloader * * @since 1.0.0 */ do_action('cleenday/preloader'); /** * Elementor Pro Header Render * * @since 1.0.0 */ do_action('cleenday/elementor_pro/header'); /** * Check WGL header active option * * @since 1.0.0 */ if (apply_filters('cleenday/header/enable', true)) { get_template_part('templates/header/section', 'header'); } /** * Check WGL page title active option * * @since 1.0.0 */ $page_title = apply_filters('cleenday/page_title/enable', true); if (isset($page_title['page_title_switch']) && $page_title['page_title_switch'] !== 'off') { get_template_part('templates/header/section', 'page_title'); } ?> <main id="main" class="site-main">