File ManagerCurrent Directory: wp-includes/theme-compatLinux appserver-7a7af3b2-php-0c9ec09e2f9746c2a80fa3756c076432 6.12.94+ #1 SMP Fri Jul 17 09:26:56 UTC 2026 x86_64Edit File: header-embed.php <?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(); ?>> Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)Dircomments.phpFile2.10 KB Rename | Delete | Editembed-404.phpFile967.00 B Rename | Delete | Editembed-content.phpFile3.40 KB Rename | Delete | Editembed.phpFile481.00 B Rename | Delete | Editfooter-embed.phpFile438.00 B Rename | Delete | Editfooter.phpFile1.03 KB Rename | Delete | Editheader-embed.phpFile702.00 B Rename | Delete | Editheader.phpFile1.85 KB Rename | Delete | Editsidebar.phpFile4.38 KB Rename | Delete | Edit