This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// https://github.com/WebDevStudios/Automatic-Featured-Images-from-Videos/blob/1.2.0/automatic-featured-images-from-videos.php | |
/** | |
* If a YouTube or Vimeo video is added in the post content, grab its thumbnail and set it as the featured image. | |
* | |
* @since 1.0.0 | |
* | |
* @param int $post_id ID of the post being saved. | |
* @param string $video_thumbnail_url URL of the image thumbnail. |