Event_Single_Dynamic::prepare_template_data( array $data )

Modify the template data before importing.


Parameters

$data

(array) (Required) The template data.


Top ↑

Return

(array)


Top ↑

Source

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

	public static function prepare_template_data( $data ): array {
		// Do not translate this string.
		$data['title'] = 'The Events Calendar - Dynamic template';

		return $data;
	}

Top ↑

Changelog

Changelog
Version Description
6.4.0 Introduced.