image_downsize
最后更新于:2021-11-27 00:57:32
apply_filters( ‘image_downsize’, bool|array $downsize, int $id, string|int[] $size )
Filters whether to preempt the output of image_downsize().
参数
- $downsize
-
(bool|array)
Whether to short-circuit the image downsize. - $id
-
(int)
Attachment ID for image. - $size
-
(string|int[])
Requested image size. Can be any registered image size name, or an array of width and height values in pixels (in that order).
源文件
文件: gc-includes/media.php