Widget_Abstract::get_name()

Gets the name (aka slug) of the widget.


Return

(string)


Top ↑

Source

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

	public function get_name() {
		return static::get_elementor_slug();
	}

Top ↑

Changelog

Changelog
Version Description
5.4.0 Introduced.