LLMS_Svg::get_icon( string $id, string $title = '', string $desc = '', string $class = '' )

Get SVG


Description Description

Returns svg icon from svg sprite file


Top ↑

Parameters Parameters

$id

(string) (Required) [svg id value]

$title

(string) (Optional) [optional: title]

Default value: ''

$desc

(string) (Optional) [optional: description]

Default value: ''

$class

(string) (Optional) [optional: css classes]

Default value: ''


Top ↑

Return Return

([string]) [returns sprite html]


Top ↑

Source Source

File: includes/class.llms.svg.php



Top ↑

User Contributed Notes User Contributed Notes

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