Increasing the number of multi-day events visible in week view in The Events Calendar

Increasing the number of multi-day events visible in week view in The Events Calendar.

Snippet Type

Execute on Child Sites

Snippet

add_filter( 'tribe_events_views_v2_week_multiday_toggle', function() { return 5; } );

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.