Filters the thumbnail image size for use in the embed template.
Parameters
$image_sizestring- Thumbnail image size.
$thumbnail_idint- 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_sizestring$thumbnail_idint$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.