@param array|false $image {
@param int $attachment_id Image attachment ID.
@param string|int[] $size Requested image size. Can be any registered image size name, or
@param bool $icon Whether the image should be treated as an icon.
@param int $attachment_id Image attachment ID.
@param string|int[] $size Optional. Image size. Accepts any registered image size name, or an array
@param bool $icon Optional. Whether the image should be treated as an icon. Default false.
@param string|array $attr {
@return string HTML img element or empty string on failure.