Widget_Abstract::get_elementor_slug()
Get elementor widget slug.
Return
(string)
Source
File: src/Tribe/Integrations/Elementor/Widgets/Widget_Abstract.php
public static function get_elementor_slug() {
return static::$widget_slug_prefix . static::get_slug();
}
Changelog
| Version | Description |
|---|---|
| 5.4.0 | Introduced. |