Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save drinkmaker/9b86c8c50d9092bb2a08f8fe243d449b to your computer and use it in GitHub Desktop.
Save drinkmaker/9b86c8c50d9092bb2a08f8fe243d449b 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