File Manager Lite
Dir:
/home/atomylvb/jarangomd.com/old/wp-includes/theme-compat
Upload
[..]
comments.php (2.1 KB)
Edit
Rename
Del
embed-404.php (967 B)
Edit
Rename
Del
embed-content.php (3.4 KB)
Edit
Rename
Del
embed.php (481 B)
Edit
Rename
Del
footer-embed.php (438 B)
Edit
Rename
Del
footer.php (1.03 KB)
Edit
Rename
Del
header-embed.php (702 B)
Edit
Rename
Del
header.php (1.85 KB)
Edit
Rename
Del
sidebar.php (4.38 KB)
Edit
Rename
Del
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' );
Simpan