Crops Image.
(int) (Required) The start x position to crop from.
(int) (Required) The start y position to crop from.
(int) (Required) The width to crop.
(int) (Required) The height to crop.
(int) (Optional) The destination width.
Default value: null
(int) (Optional) The destination height.
Default value: null
(bool) (Optional) If the source crop points are absolute.
Default value: false
(bool|WP_Error)
File: wp-includes/class-wp-image-editor.php
abstract public function crop( $src_x, $src_y, $src_w, $src_h, $dst_w = null, $dst_h = null, $src_abs = 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/crop