D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
ltfsolutionsco
/
public_html
/
wp-includes
/
theme-compat
/
Filename :
embed-404.php
back
Copy
<?php /** * Contains the post embed content template part * * When a post is embedded in an iframe, this file is used to create the content template part * output if the active theme does not include an embed-404.php template. * * @package WordPress * @subpackage Theme_Compat * @since 4.5.0 */ ?> <div class="wp-embed"> <p class="wp-embed-heading"><?php _e( 'Oops! That embed cannot be found.' ); ?></p> <div class="wp-embed-excerpt"> <p> <?php printf( /* translators: %s: A link to the embedded site. */ __( 'It looks like nothing was found at this location. Maybe try visiting %s directly?' ), '<strong><a href="' . esc_url( home_url() ) . '">' . esc_html( get_bloginfo( 'name' ) ) . '</a></strong>' ); ?> </p> </div> <?php /** This filter is documented in wp-includes/theme-compat/embed-content.php */ do_action( 'embed_content' ); ?> <div class="wp-embed-footer"> <?php the_embed_site_title(); ?> </div> </div>
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