过滤缩略图图像大小以在嵌入模板中使用。
原型
apply_filters( 'embed_thumbnail_image_size', string $image_size, int $thumbnail_id )
参数
$image_size
(string)
缩略图图像大小。
$thumbnail_id
(int)
附件ID。
源文件
路径:wp-includes/theme-compat/embed-content.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/embed_thumbnail_image_size/