Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

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

Select an option

Save halgatewood/72e46868b289e68b740c5e18d6935981 to your computer and use it in GitHub Desktop.
$video_obj = get_field('vimeo_field');
if( !has_post_thumbnail() AND $video_obj )
{
Generate_Featured_Image( $video_obj->thumbnail_large, get_the_ID() );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment