WP_Image_Editor::multi_resize( array $sizes )
Resize multiple images from a single source.
Parameters
- $sizes
-
(array) (Required) An array of image size arrays. Default sizes are 'small', 'medium', 'large'.
-
'size'
(array)-
'width'
(int) Image width. -
'height'
(int) Image height. -
'crop'
(bool) Optional. Whether to crop the image. Default false.
-
'width'
-
'size'
Return
(array) An array of resized images metadata by size.
Source
File: wp-includes/class-wp-image-editor.php
abstract public function multi_resize( $sizes );
Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_image_editor/multi_resize