1<?php2/**3* Contains the post embed footer template4*5* When a post is embedded in an iframe, this file is used to create the footer output6* if the active theme does not include a footer-embed.php template.7*8* @package WordPress9* @subpackage Theme_Compat10* @since 4.5.011*/1213/**14* Prints scripts or data before the closing body tag in the embed template.15*16* @since 4.4.017*/18do_action( 'embed_footer' );19?>20</body>21</html>22