apply_filters( 'tribe_events_views_v2_month_multiday_classes', TribeEventsViewsV2array<string> $classes, TribeEventsViewsV2WP_Post $event, string $day_date, bool $is_start_of_week, string $today_date )

Allows filtering the multiday event classes.


Parameters

$classes

(<span class="TribeEventsViewsV2array">TribeEventsViewsV2array) An array of thee classes to be applied.

$event

(TribeEventsViewsV2WP_Post) An event post object with event-specific properties added from the the tribe_get_event function.

$day_date

(string) The Y-m-d date of the day currently being displayed.

$is_start_of_week

(bool) Whether the current grid day being rendered is the first day of the week or not.

$today_date

(string) Today's date in the Y-m-d format.


Top ↑

Source

File: src/Tribe/Views/V2/functions/classes.php


Top ↑

Changelog

Changelog
Version Description
5.1.1 Introduced.