编辑: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
/
fembzvrs
/
zimeza.com
/
wp-includes
/
theme-compat
批量上传
创建
创建
批量权限
批量删除
名称
权限
大小
修改时间
操作
↑ 返回上级
-
-
-
-
comments.php
-rw-r--r--
2.1 KB
2023-05-23 19:25
编辑
下载
权限
删除
重命名
embed-404.php
-rw-r--r--
967 B
2022-03-22 20:25
编辑
下载
权限
删除
重命名
embed-content.php
-rw-r--r--
3.4 KB
2021-11-18 18:50
编辑
下载
权限
删除
重命名
embed.php
-rw-r--r--
481 B
2017-12-01 04:11
编辑
下载
权限
删除
重命名
error_log
-rw-r--r--
12.49 KB
2026-05-14 05:46
编辑
下载
权限
删除
重命名
footer-embed.php
-rw-r--r--
438 B
2016-05-25 20:05
编辑
下载
权限
删除
重命名
footer.php
-rw-r--r--
1.03 KB
2023-06-19 22:27
编辑
下载
权限
删除
重命名
sidebar.php
-rw-r--r--
4.38 KB
2023-11-26 21:43
编辑
下载
权限
删除
重命名