Filters the thumbnail image size for use in the embed template.
Parameters
$image_size
string- Thumbnail image size.
$thumbnail_id
int- Attachment ID.
Source
$image_size = apply_filters( 'embed_thumbnail_image_size', $image_size, $thumbnail_id );
Filters the thumbnail image size for use in the embed template.
$image_size
string$thumbnail_id
int$image_size = apply_filters( 'embed_thumbnail_image_size', $image_size, $thumbnail_id );
User Contributed Notes
You must log in before being able to contribute a note or feedback.