WP_Image_Editor::multi_resize( array $sizes ): array In this article Table of ContentsParameters Return Source Changelog ↑ Back to top Resize multiple images from a single source. Parameters $sizesarrayrequiredAn array of image size arrays. Default sizes are ‘small’, ‘medium’, ‘large’. ...$0 array width intImage width. height intImage height. crop bool|arrayOptional. Whether to crop the image. Default false. Return array An array of resized images metadata by size. Source abstract public function multi_resize( $sizes ); View all references View on Trac View on GitHub Changelog VersionDescription3.5.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.