Resizes current image.
At minimum, either a height or width must be provided. If one of the two is set to null, the resize will maintain aspect ratio according to the provided dimension.
(int|null) (Required) Image width.
(int|null) (Required) Image height.
(bool) (Optional)
Default value: false
(bool|WP_Error)
File: wp-includes/class-wp-image-editor.php
abstract public function resize( $max_w, $max_h, $crop = false );
Version | Description |
---|---|
3.5.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_image_editor/resize