image_make_intermediate_size
image_make_intermediate_size ( $file, $width, $height, $crop = false )
Parameters:- (string) file File path.
- (int) width Image width.
- (int) height Image height.
- (bool) crop Optional. Whether to crop image to specified width and height or resize. Default false.
Returns:- (array|false) Metadata array on success. False if no image was created.
Defined at: - Introduced in WordPress: 2.5.0
- Deprecated in WordPress: —
Description
Resizes an image to make a thumbnail or intermediate size.The returned array has the file size, the image width, and image height. The
{@see 'image_make_intermediate_size'} filter can be used to hook in and change the
values of the returned array. The only parameter is the resized file path.