apply_filters( 'tribe_is_day', bool $is_day, Tribe__Context $context )

Allows filtering of the tribe_is_day boolean value.


Parameters

$is_day

(bool) If we're on the Day View

$context

(Tribe__Context) The current context


Top ↑

Source

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


Top ↑

Changelog

Changelog
Version Description
6.0.7 Introduced.