OrangePulp

show oembed video in php

Feb 4th, 2020
510
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. //video show
  2. function portfolio_video_function(){
  3. ob_start();
  4. ?>
  5. <div class="embed-container">
  6.     <?php the_field('video_code'); ?>
  7. </div>
  8. <?php
  9. }
  10. add_shortcode ( 'portfolio_video_shortcode' , 'portfolio_video_function' );
Add Comment
Please, Sign In to add comment