| Server IP : 47.96.157.127 / Your IP : 216.73.216.208 Web Server : Apache/2.4.39 (Win64) OpenSSL/1.1.1b PHP/7.2.18 System : Windows NT iZebbjirh743a3Z 10.0 build 17763 (Windows Server 2016) AMD64 User : SYSTEM ( 0) PHP Version : 7.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/www/wp/wp-includes/theme-compat/ |
Upload File : |
<?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' );