Widget_Abstract::get_icon()
Gets the icon for the widget.
Return
(string)
Source
File: src/Tribe/Integrations/Elementor/Widgets/Widget_Abstract.php
public function get_icon() {
return $this->widget_icon;
}
Changelog
| Version | Description |
|---|---|
| 5.4.0 | Introduced. |