✏️ 正在编辑: footer-embed.php
路径:
/home/eldalyfu/public_html/wp-includes/theme-compat/footer-embed.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php /** * Contains the post embed footer template * * When a post is embedded in an iframe, this file is used to create the footer output * if the active theme does not include a footer-embed.php template. * * @package WordPress * @subpackage Theme_Compat * @since 4.5.0 */ /** * Prints scripts or data before the closing body tag in the embed template. * * @since 4.4.0 */ do_action( 'embed_footer' ); ?> </body> </html>
💾 保存文件
← 返回文件管理器