Widget_Abstract::get_elementor_slug()

Get elementor widget slug.


Return

(string)


Top ↑

Source

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

	public static function get_elementor_slug() {
		return static::$widget_slug_prefix . static::get_slug();
	}

Top ↑

Changelog

Changelog
Version Description
5.4.0 Introduced.