apply_filters( 'tribe_empty_datetime_separator_fallback', string $fallback, string $raw_separator )

Filterable fallback for when the dateTimeSeparator is an empty string. Defaults to a space.


Parameters

$fallback

(string) The string to use as the fallback.

$raw_separator

(string) The raw value of the dateTimeSeparator option.


Top ↑

Return

(string)


Top ↑

Source

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


Top ↑

Changelog

Changelog
Version Description
4.5.6 Introduced.