Forked from bryceadams/gist:d8ef5d66e53f93209ddf
Last active
February 7, 2017 06:57
-
-
Save mayukojpn/a7eefc2519265740c11728b32bcd711f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$video_url = 'https://www.youtube.com/watch?v=b7mixrO2lzA'; | |
echo wp_oembed_get($video_url); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment