apply_filters( 'tribe_events_views_v2_week_events_per_day', int $events_per_day, TribeEventsProViewsV2ViewsWeek_View $this )

Filters the number of events per day to fetch in the Week view.


Parameters

$events_per_day

(int) The default number of events that will be fetched for each day.

$this

(TribeEventsProViewsV2ViewsWeek_View) The current Week View instance.


Top ↑

Source

File: src/Tribe/Views/V2/Views/Week_View.php


Top ↑

Changelog

Changelog
Version Description
5.6.0 Introduced.