Description
Filters the thumbnail image size for use in the embed template.
Occurrences
Filename | Line Number |
---|---|
wp-includes/theme-compat/embed-content.php | 59 |
Parameters
Type | Name | Description |
---|---|---|
string | $image_size | Thumbnail image size. |
int | $thumbnail_id | Attachment ID. |
PHP Doc
/**
* Filters the thumbnail image size for use in the embed template.
*
* @since 4.4.0
* @since 4.5.0 Added `$thumbnail_id` parameter.
*
* @param string $image_size Thumbnail image size.
* @param int $thumbnail_id Attachment ID.
*/