Event_Single_Dynamic::get_title()

The document title.


Return

(string) Document title.


Top ↑

Source

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

	public static function get_title(): string {
		return __( 'Single Event', 'the-events-calendar' );
	}

Top ↑

Changelog

Changelog
Version Description
6.4.0 Introduced.