apply_filters( 'tec_events_get_date_time_separator', string $datetime_range_separator, string $default )

Opportunity to modify the separator used between the start and end date time of an event.


Parameters

$datetime_range_separator

(string) Separator used between the start and end date time of an event.

$default

(string) Default separator.


Top ↑

Source

File: src/functions/template-tags/date.php


Top ↑

Changelog

Changelog
Version Description
6.7.0 Introduced.