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