Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save JohnGiddi/419e94cf896ed18a52d3fc785d7fe98c to your computer and use it in GitHub Desktop.

Select an option

Save JohnGiddi/419e94cf896ed18a52d3fc785d7fe98c to your computer and use it in GitHub Desktop.
<?php
global $wp_embed;
$video_url = 'https://www.youtube.com/watch?v=b7mixrO2lzA';
echo $wp_embed->run_shortcode( '[embed]' . $video_url . '[/embed]' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment