Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- // Start buffer
- ob_start();
- ?>
- <iframe class="w-100" src="https://www.youtube-nocookie.com/embed/<?php the_field('media_youtube_id'); ?>" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
- <?php
- // Get buffer
- $iframeCode = ob_get_contents();
- // End buffer
- ob_end_clean();
- // Output blocked code and Content Blocker preview
- echo do_shortcode('[borlabs-cookie type="content-blocker" id="youtube" title="YouTube"]' . $iframeCode . '[/borlabs-cookie]');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement