????JFIF??x?x????'
Server IP : 104.21.112.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/tempvsty/pontiacques.org/wp-content/themes/slide/views/single/ |
Upload File : |
<?php $album_youtube = esc_html(get_post_meta(get_the_ID(), 'video_youtube_url', true)); $album_vimeo = esc_html(get_post_meta(get_the_ID(), 'video_vimeo_url', true)); $website_protocol = is_ssl() ? 'https' : 'http'; ?> <div class="lc_content_full lc_swp_boxed lc_basic_content_padding"> <?php if (($album_youtube != "") || ($album_vimeo != "")) { ?> <div class="lc_embed_video_container_full"> <?php if ($album_youtube != "") { ?> <iframe src="<?php echo esc_attr($website_protocol); ?>://www.youtube.com/embed/<?php echo SLIDE_SWP_getIDFromShortURL(esc_url($album_youtube)); ?>?autoplay=0&enablejsapi=1&wmode=transparent&rel=0&showinfo=0" allowfullscreen></iframe>'; <?php } else { if ($album_vimeo != "") { ?> <iframe src="<?php echo esc_attr($website_protocol); ?>://player.vimeo.com/video/<?php echo SLIDE_SWP_getIDFromShortURL(esc_url($album_vimeo)); ?>?autoplay=0&byline=0&title=0&portrait=0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe> <?php } } ?> </div> <?php } ?> <?php the_content(); ?> <?php get_template_part('views/utils/post_tags'); ?> <?php if (SLIDE_SWP_has_cpt_comments()) { comments_template(); } ?> </div>