Skip to content

Instantly share code, notes, and snippets.

@halgatewood
Created December 26, 2013 04:19
Show Gist options
  • Select an option

  • Save halgatewood/8129724 to your computer and use it in GitHub Desktop.

Select an option

Save halgatewood/8129724 to your computer and use it in GitHub Desktop.
Working with the Video Object in the Advanced Custom Fields: YouTube Field. http://halgatewood.com/downloads/acf-youtube-field/
$video = get_field('youtube_video');
echo "<h1>" . $video->title . "</h1>";
echo "<p>" . $video->desc . "</p>";
echo $video->embed;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment