Skip to content

Instantly share code, notes, and snippets.

@benklocek
Forked from billerickson/gist:1847185
Last active December 14, 2015 06:29
Show Gist options
  • Save benklocek/5043144 to your computer and use it in GitHub Desktop.
Save benklocek/5043144 to your computer and use it in GitHub Desktop.
WP oEmbed from URL
$video = wp_oembed_get( esc_url( get_post_meta( $post->ID, 'be_video_url', true ) ), array( 'width' => '270' ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment