Filters the output of image_get_intermediate_size()
$dataarray$post_idint$sizestring|int[]wp-includes/media.php:865image_get_intermediate_size() * @param array $data Array of file relative path, width, and height on success. May also include * file absolute path and URL. * @param int $post_id The ID of the image attachment. * @param string|int[] $size Requested image size. Can be any registered image size name, or * an array of width and height values in pixels (in that order). */ return apply_filters( 'image_get_intermediate_size', $data, $post_id, $size );} /** * Gets the available intermediate image size names. * * @since 3.0.0Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.