Skip to content

Instantly share code, notes, and snippets.

@vicskf
Created December 19, 2019 00:49

Revisions

  1. vicskf created this gist Dec 19, 2019.
    9 changes: 9 additions & 0 deletions functions.php
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    <?php
    add_filter( 'tribe_events_views_v2_view_breakpoints', function( $breakpoints, $view ) {
    return [
    //change the following values to the desired ones
    'xsmall' => 500,
    'medium' => 768,
    'full' => 960,
    ];
    }, 10, 2 );