Created
          December 19, 2019 00:49 
        
      - 
      
- 
        Save vicskf/fe4cddff9a4212fb24d0910fefc7c98f to your computer and use it in GitHub Desktop. 
    TEC > V2 > Change views breakpoints
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?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 ); | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment