LLMS_Question::get_image( string|array $size = 'full', null $unused = null )
Retrieve URL for an image associated with the question if it’s enabled
Description Description
Parameters Parameters
- $size
-
(Optional) Registered image size or a numeric array with width/height.
Default value: 'full'
- $unused
-
(Optional) Unused parameter.
Default value: null
Return Return
(string) Source URL or an Eepty string if no image or not supported.
Source Source
File: includes/models/model.llms.question.php
Changelog Changelog
Version | Description |
---|---|
3.16.0 | Introduced. |