Skip to content

Instantly share code, notes, and snippets.

@billerickson
Last active September 30, 2015 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save billerickson/1847185 to your computer and use it in GitHub Desktop.
Save billerickson/1847185 to your computer and use it in GitHub Desktop.
<?php
$video = wp_oembed_get( esc_url( get_post_meta( get_the_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