Event_Single_Dynamic::get_name()

The document name.


Return

(string) Document name.


Top ↑

Source

File: src/Events/Integrations/Plugins/Elementor/Template/Documents/Event_Single_Dynamic.php

	public function get_name(): string {
		return static::get_type();
	}

Top ↑

Changelog

Changelog
Version Description
6.4.0 Introduced.