Returns the element type icon SVG ID.
Description
See also
Return
(string) Element type icon SVG ID.
Source
File: src/db-objects/elements/element-types/element-type.php
public function get_icon_svg_id() { return $this->icon_svg_id; }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |