run:R W Run
2.1 KB
2026-03-11 16:18:51
R W Run
967 By
2026-03-11 16:18:51
R W Run
3.4 KB
2026-03-11 16:18:51
R W Run
481 By
2026-03-11 16:18:51
R W Run
438 By
2026-03-11 16:18:51
R W Run
1.03 KB
2026-03-11 16:18:51
R W Run
702 By
2026-03-11 16:18:51
R W Run
1.85 KB
2026-03-11 16:18:51
R W Run
4.38 KB
2026-03-11 16:18:51
R W Run
error_log
📄footer-embed.php
1<?php
2/**
3 * Contains the post embed footer template
4 *
5 * When a post is embedded in an iframe, this file is used to create the footer output
6 * if the active theme does not include a footer-embed.php template.
7 *
8 * @package WordPress
9 * @subpackage Theme_Compat
10 * @since 4.5.0
11 */
12
13/**
14 * Prints scripts or data before the closing body tag in the embed template.
15 *
16 * @since 4.4.0
17 */
18do_action( 'embed_footer' );
19?>
20</body>
21</html>
22