Widget_Abstract::get_name()
Gets the name (aka slug) of the widget.
Return
(string)
Source
File: src/Tribe/Integrations/Elementor/Widgets/Widget_Abstract.php
public function get_name() {
return static::get_elementor_slug();
}
Changelog
| Version | Description |
|---|---|
| 5.4.0 | Introduced. |