mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-01 11:52:25 +08:00
https://theeventscalendar.com/knowledgebase/changing-the-number-of-multi-day-events-visible-in-week-view/
1 line
86 B
Text
1 line
86 B
Text
add_filter( 'tribe_events_views_v2_week_multiday_toggle', function() { return 5; } );
|