embed_thumbnail_image_shape

过滤钩子
apply_filters( 'embed_thumbnail_image_shape', $shape, $thumbnail_id )
参数
  • (string) $shape Thumbnail image shape. Either 'rectangular' or 'square'.
    Required:
  • (int) $thumbnail_id Attachment ID.
    Required:
定义位置
相关勾子
embed_thumbnail_image_sizeembed_thumbnail_idattachment_thumbnail_argspost_thumbnail_sizeedit_custom_thumbnail_sizes
相关方法
remove_custom_image_headerpost_thumbnail_meta_boxupdate_post_thumbnail_cacheset_post_thumbnail_sizeremove_image_sizehas_image_size
引入
4.5.0
弃用
-

embed_thumbnail_image_shape – 这是WordPress的一个过滤钩子,用来改变嵌入文章缩略图的形状。默认行为是使用方形,但这个钩子允许你指定一个不同的形状,如圆形、矩形或椭圆形。

过滤在嵌入模板中使用的缩略图形状。

矩形图像显示在标题上方,而方形图像则显示在内容旁边。

$shape = apply_filters( 'embed_thumbnail_image_shape', $shape, $thumbnail_id );

常见问题

FAQs
查看更多 >