image_constrain_size_for_editor()
image_constrain_size_for_editor( int $width, int $heigh…
image_constrain_size_for_editor( int $width, int $height, string|array $size = ‘medium’, string $context = null )
缩小图像的默认大小。
Scale down the default size of an image.
目录锚点:#说明#参数#返回#源码
说明(Description)
这是为了使图像更适合编辑器和主题。
$size参数接受数组或字符串。对于给定的缩略图大小,支持的字符串值为“thumb”或“thumbnail”,默认值为128宽96高(像素)。字符串值还支持“medium”、“mediumu large”和“full”。“full”实际上不受支持,但除受支持的值以外的任何值都将导致内容宽度大小,如果未设置该值,则会导致内容宽度大小为500。
最后,有一个名为“editor_max_image_size”的过滤器,将分别对计算出的宽度和高度数组调用该过滤器。
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$width | (int) | 必需 | 图像的宽度(像素)。 |
$height | (int) | 必需 | 图像的高度(像素)。 |
$size | (string | array) | 可选 | 图像大小。接受任何有效的图像大小,或以像素为单位的宽度和高度值数组(按该顺序)。 |
$context | (string) | 可选 | 可以是“显示”(如在主题中)或“编辑”(如插入到编辑器中)。 |
返回(Return)
(int[])宽度和高度值的数组。(int[])最大宽度(int[])。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.5.0 | wp-includes/media.php:61 | 3 | 6 |
类别:WordPress 函数手册、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!