apply_filters( 'embed_thumbnail_image_size', string $image_size , int $thumbnail_id )
Filters the thumbnail image size for use in the embed template.
Description Description
Parameters Parameters
- $image_size
-
(string) Thumbnail image size.
- $thumbnail_id
-
(int) Attachment ID.
Source Source
Changelog Changelog
Version | Description |
---|---|
4.5.0 | Added $thumbnail_id parameter. |
4.4.0 | Introduced. |