Widget_Abstract::get_icon()

Gets the icon for the widget.


Return

(string)


Top ↑

Source

File: src/Tribe/Integrations/Elementor/Widgets/Widget_Abstract.php

	public function get_icon() {
		return $this->widget_icon;
	}

Top ↑

Changelog

Changelog
Version Description
5.4.0 Introduced.