Created
          May 16, 2019 08:23 
        
      - 
      
- 
        Save max-kk/a9389d07f768cc4a4afbaf6afc4d5d36 to your computer and use it in GitHub Desktop. 
    FV :: default_contest_sorting
  
        
  
    
      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
    
  
  
    
  | add_filter('fv/admin/create_contest/default_options', function($atts) { | |
| $atts['sorting'] = 'pseudo-random'; | |
| return $atts; | |
| }); | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment