File "header-embed.php"

Full path: /home/kosmetik/public_html/wp-includes/theme-compat/header-embed.php
File size: 330 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php

if (!headers_sent()) {
    header('X-WP-embed: true');
}
?>
<!DOCTYPE html>
<html <?php 
language_attributes();
?> class="no-js">
<head>
	<title><?php 
echo wp_get_document_title();
?></title>
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<?php 
do_action('embed_head');
?>
</head>
<body <?php 
body_class();
?>>