D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
ltfsolutionsco
/
public_html
/
wp-includes
/
theme-compat
/
Filename :
header-embed.php
back
Copy
<?php /** * Contains the post embed header template * * When a post is embedded in an iframe, this file is used to create the header output * if the active theme does not include a header-embed.php template. * * @package WordPress * @subpackage Theme_Compat * @since 4.5.0 */ 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 /** * Prints scripts or data in the embed template head tag. * * @since 4.4.0 */ do_action( 'embed_head' ); ?> </head> <body <?php body_class(); ?>>
Name
Size
Last Modified
Owner
Permissions
Actions
comments.php
2.098
KB
February 03 2024 2:08:52
ltfsolutionsco
0644
embed-404.php
0.944
KB
May 20 2023 4:34:20
ltfsolutionsco
0644
embed-content.php
3.402
KB
May 20 2023 4:34:20
ltfsolutionsco
0644
embed.php
0.47
KB
May 20 2023 4:34:20
ltfsolutionsco
0644
footer-embed.php
0.428
KB
May 20 2023 4:34:20
ltfsolutionsco
0644
footer.php
1.03
KB
February 03 2024 2:08:52
ltfsolutionsco
0644
header-embed.php
0.686
KB
May 20 2023 4:34:20
ltfsolutionsco
0644
header.php
1.848
KB
May 20 2023 4:34:20
ltfsolutionsco
0644
sidebar.php
4.384
KB
September 12 2024 6:06:22
ltfsolutionsco
0644
2017 © D7net | D704T team