Skip to content

Instantly share code, notes, and snippets.

@max-kk
Created May 16, 2019 08:23
Show Gist options
  • Save max-kk/a9389d07f768cc4a4afbaf6afc4d5d36 to your computer and use it in GitHub Desktop.
Save max-kk/a9389d07f768cc4a4afbaf6afc4d5d36 to your computer and use it in GitHub Desktop.
FV :: default_contest_sorting
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