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.
Contents
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.
Source
Changelog
| Version | Description |
|---|---|
| 5.6.0 | Introduced. |