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


Top ↑

Return Return

(string) Source URL or an Eepty string if no image or not supported.


Top ↑

Source Source

File: includes/models/model.llms.question.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.16.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.