File "theme-support-header.php"
Full path: /home/kosmetik/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/views/theme-support-header.php
File
size: 606 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
use ElementorPro\Modules\ThemeBuilder\Module;
use Elementor\Utils;
if (!defined('ABSPATH')) {
exit;
}
$location_manager = Module::instance()->get_locations_manager();
?>
<!DOCTYPE html>
<html <?php
language_attributes();
?>>
<head>
<meta charset="<?php
bloginfo('charset');
?>">
<?php
echo Utils::get_meta_viewport('theme-builder');
?>
<?php
if (!current_theme_supports('title-tag')) {
?>
<title>
<?php
echo wp_get_document_title();
?>
</title>
<?php
}
?>
<?php
wp_head();
?>
</head>
<body <?php
body_class();
?>>
<?php
$location_manager->do_location('header');