Event_Single_Dynamic::get_type()

The document type.


Return

(string) Document type.


Top ↑

Source

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

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

Top ↑

Changelog

Changelog
Version Description
6.4.0 Introduced.