| Server IP : 68.178.247.200 / Your IP : 216.73.217.50 Web Server : Apache System : Linux p3plzcpnl489463.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 User : x9dppmxs4rgd ( 8559391) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/x9dppmxs4rgd/public_html/wp-content/plugins/youtube-showcase/layouts/ |
Upload File : |
<?php $real_post = $post;
$ent_attrs = get_option('youtube_showcase_attr_list');
?>
<div id="single-emd-video-<?php echo get_the_ID(); ?>" class="emd-container emd-video-wrap single-wrap">
<?php $is_editable = 0; ?>
<div class="video-title"><h3><?php echo get_the_title(); ?></h3></div>
<div class="emd-embed-responsive">
<iframe src="https://www.youtube.com/embed/<?php echo esc_html(emd_mb_meta('emd_video_key')); ?>
?html5=1&autoplay=<?php echo esc_html(emd_mb_meta('emd_video_autoplay')); ?>
" frameborder="0" allowfullscreen></iframe>
</div>
<div class="video-summary"><?php echo $post->post_content; ?></div>
</div><!--container-end-->