编辑: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' );
保存文件
位置:
home
/
robertofarias
/
public_html
/
wp-includes
/
theme-compat
批量上传
创建
创建
批量权限
批量删除
名称
权限
大小
修改时间
操作
↑ 返回上级
-
-
-
-
comments.php
-rw-r--r--
2.1 KB
2023-08-09 11:43
编辑
下载
权限
删除
重命名
embed-404.php
-rw-r--r--
967 B
2022-03-22 16:25
编辑
下载
权限
删除
重命名
embed-content.php
-rw-r--r--
3.4 KB
2021-11-18 13:50
编辑
下载
权限
删除
重命名
embed.php
-rw-r--r--
481 B
2017-11-30 23:11
编辑
下载
权限
删除
重命名
error_log
-rw-r--r--
30.94 KB
2026-04-30 20:26
编辑
下载
权限
删除
重命名
footer-embed.php
-rw-r--r--
438 B
2016-05-25 16:05
编辑
下载
权限
删除
重命名
footer.php
-rw-r--r--
1.03 KB
2023-08-09 11:43
编辑
下载
权限
删除
重命名
header.php
-rw-r--r--
1.85 KB
2023-03-30 09:26
编辑
下载
权限
删除
重命名
sidebar.php
-rw-r--r--
4.38 KB
2024-04-03 10:16
编辑
下载
权限
删除
重命名