by François-Régis Ferry on WordPress.org

URL To Featured Image field in the Gutenberg editor.
URL To Featured Image allows you to use an image hosted anywhere on the internet as the featured image (post thumbnail) for any post, page, or custom post type.
Perfect for:
– Using CDN-hosted images as thumbnails.
– Saving server space by not uploading large images.
– Dynamically updating featured images from an external source.
Key Features:
– Simple URL field in the post editor.
– Works with posts, pages, and custom post types.
– No extra database tables.
– Fully compatible with WordPress themes and loops.
– Uses standard WordPress functions like the_post_thumbnail().
– Ability to save the target image n the media libary if needed
How it works:
When displaying the post, the plugin replaces the default WordPress featured image with the one provided via the URL.
friss_utfi_post_type_exclusions
Filters the post types where the URL To Featured Image metabox should not appear.
Parameters:
friss_utfi_url_allowed
Filters whether an external image URL is allowed before fetching.
Parameters:
wp_parse_url).friss_utfi_allowed_mime_types
Filters the allowed MIME types for external images.
Parameters:
friss_utfi_max_image_size
Filters the maximum allowed image size when fetching external images.
Parameters:
friss_utfi_image_data
Filters the raw image data fetched from the external URL.
Parameters:
friss_utfi_external_featured_image_alt
Filters the alt text for the external featured image.
Parameters:
friss_utfi_external_featured_image_styles
Filters the inline CSS styles applied to the external featured image.
By default, the plugin enforces responsive behavior (max-width:100%; height:auto;).
Parameters: