home
/
aioutajg
/
unblockedgames247.com
/
wp-includes
/
theme-compat
/
Go to Home Directory
+
Upload
Create File
root@0UT1S:~$
Execute
By Order of Mr.0UT1S
[DIR] ..
N/A
comments.php
2.10 KB
Rename
Delete
embed-404.php
967 bytes
Rename
Delete
embed-content.php
3.40 KB
Rename
Delete
embed.php
481 bytes
Rename
Delete
footer-embed.php
438 bytes
Rename
Delete
footer.php
1.03 KB
Rename
Delete
header-embed.php
702 bytes
Rename
Delete
header.php
1.85 KB
Rename
Delete
sidebar.php
4.38 KB
Rename
Delete
<?php /** * Contains the post embed base template * * When a post is embedded in an iframe, this file is used to create the output * if the active theme does not include an embed.php template. * * @package WordPress * @subpackage oEmbed * @since 4.4.0 */ get_header( 'embed' ); if ( have_posts() ) : while ( have_posts() ) : the_post(); get_template_part( 'embed', 'content' ); endwhile; else : get_template_part( 'embed', '404' ); endif; get_footer( 'embed' );
Save