apply_filters( 'tribe_get_end_date', string $end_date, WP_Post $event, bool $display_time, string $date_format )

Filters the returned event end date and time


Parameters

$end_date

(string) The formatted end date.

$event

(WP_Post) The event object.

$display_time

(bool) If true shows date and time, if false only shows date.

$date_format

(string) The date format.


Top ↑

Source

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


Top ↑

Changelog

Changelog
Version Description
5.2.0 Introduced.