Edit File by line
/home/zeestwma/redstone.../wp-inclu.../theme-co...
File: footer-embed.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Contains the post embed footer template
[2] Fix | Delete
*
[3] Fix | Delete
* When a post is embedded in an iframe, this file is used to create the footer output
[4] Fix | Delete
* if the active theme does not include a footer-embed.php template.
[5] Fix | Delete
*
[6] Fix | Delete
* @package WordPress
[7] Fix | Delete
* @subpackage Theme_Compat
[8] Fix | Delete
* @since 4.5.0
[9] Fix | Delete
*/
[10] Fix | Delete
[11] Fix | Delete
/**
[12] Fix | Delete
* Prints scripts or data before the closing body tag in the embed template.
[13] Fix | Delete
*
[14] Fix | Delete
* @since 4.4.0
[15] Fix | Delete
*/
[16] Fix | Delete
do_action( 'embed_footer' );
[17] Fix | Delete
?>
[18] Fix | Delete
</body>
[19] Fix | Delete
</html>
[20] Fix | Delete
[21] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function