| 718 | | * @param array|false $image Either array with src, width & height, icon src, or false. |
| 719 | | * @param int $attachment_id Image attachment ID. |
| 720 | | * @param string|array $size Optional. Registered image size to retrieve the source for or a flat |
| 721 | | * array of height and width dimensions. Default 'thumbnail'. |
| 722 | | * @param bool $icon Optional. Whether the image should be treated as an icon. Default false. |
| | 718 | * @param array|false $image Either array with src, width & height, icon src, or false. |
| | 719 | * @param int $attachment_id Image attachment ID. |
| | 720 | * @param string|array $size Registered image size to retrieve the source for or a flat |
| | 721 | * array of height and width dimensions. Default 'thumbnail'. |
| | 722 | * @param bool $icon Whether the image should be treated as an icon. Default false. |