Widget_Abstract::get_title()

Gets the title of the widget.


Return

(string)


Top ↑

Source

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

	public function get_title() {
		return $this->widget_title;
	}

Top ↑

Changelog

Changelog
Version Description
5.4.0 Introduced.