7.4.33 | Linux x86_64
Server128.199.10.0
Userwww-data (uid:33)
PHP7.4.33 (apache2handler)
Terminal
Upload
Files: /var/www/html/wp-includes/theme-compat
View: embed.php
<?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' );
NameSizeActions
comments.php2.1KView Edit Del
embed-404.php967BView Edit Del
embed-content.php3.4KView Edit Del
embed.php481BView Edit Del
footer-embed.php438BView Edit Del
footer.php1KView Edit Del
header-embed.php702BView Edit Del
header.php1.8KView Edit Del
sidebar.php4.4KView Edit Del