set_post_thumbnail_size
set_post_thumbnail_size ( $width = 0, $height = 0, $crop = false )
Parameters:- (int) width Image width in pixels.
- (int) height Image height in pixels.
- (bool|array) crop { Optional. Image cropping behavior. If false, the image will be scaled (default). If true, image will be cropped to the specified dimensions using center positions. If an array, the image will be cropped using the array to specify the crop location: @type string $0 The x crop position. Accepts 'left', 'center', or 'right'. @type string $1 The y crop position. Accepts 'top', 'center', or 'bottom'. }
See:Defined at: - Introduced in WordPress: 2.9.0
- Deprecated in WordPress: —
Description
Registers an image size for the post thumbnail.