Summery Summery
Resizes current image.
Syntax Syntax
Description Description
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.
Parameters Parameters
- $max_w
-
(Required) Image width.
- $max_h
-
(Required) Image height.
- $crop
-
(Optional)
Default value: false
Return Return
(bool|WP_Error)
Source Source
File: wp-includes/class-wp-image-editor.php
abstract public function resize( $max_w, $max_h, $crop = false );
Advertisement
Changelog Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |