How to generate a featured image from a video embeded in a metabox
There are a few steps you need to cover. Get ID from MetaBox embed Pull list of available sizes based on ID Import image into your library if doesn’t already exist Attach new file to post. STEP 2 | YouTube Generate an array of sizes from YouTube to use later: function getYoutTubeImagesFromID($yt_id, $prefix = ‘https:’) … Read more