D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
ltfsolutionsco
/
public_html
/
wp-includes
/
theme-compat
/
Filename :
embed.php
back
Copy
<?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
Last Modified
Owner
Permissions
Actions
comments.php
2.098
KB
February 03 2024 2:08:52
ltfsolutionsco
0644
embed-404.php
0.944
KB
May 20 2023 4:34:20
ltfsolutionsco
0644
embed-content.php
3.402
KB
May 20 2023 4:34:20
ltfsolutionsco
0644
embed.php
0.47
KB
May 20 2023 4:34:20
ltfsolutionsco
0644
footer-embed.php
0.428
KB
May 20 2023 4:34:20
ltfsolutionsco
0644
footer.php
1.03
KB
February 03 2024 2:08:52
ltfsolutionsco
0644
header-embed.php
0.686
KB
May 20 2023 4:34:20
ltfsolutionsco
0644
header.php
1.848
KB
May 20 2023 4:34:20
ltfsolutionsco
0644
sidebar.php
4.384
KB
September 12 2024 6:06:22
ltfsolutionsco
0644
2017 © D7net | D704T team