Event_Single_Dynamic::get_properties()
Retrieves the properties for the Event_Single_Dynamic document.
Return
(array) The Event_Single_Dynamic document properties.
Source
File: src/Events/Integrations/Plugins/Elementor/Template/Documents/Event_Single_Dynamic.php
public static function get_properties(): array {
$properties = parent::get_properties();
$properties['post_type'] = \Tribe__Events__Main::POSTTYPE;
return $properties;
}
Changelog
| Version | Description |
|---|---|
| 6.4.0 | Introduced. |