Event_Single_Dynamic::prepare_template_data( array $data )
Modify the template data before importing.
Contents
Parameters
- $data
-
(array) (Required) The template data.
Return
(array)
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;
}
Changelog
| Version | Description |
|---|---|
| 6.4.0 | Introduced. |