Widget_Abstract::get_slug()

Get local widget slug.


Return

(string)


Top ↑

Source

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

	public static function get_slug() {
		return static::$widget_slug;
	}

Top ↑

Changelog

Changelog
Version Description
5.4.0 Introduced.