Skip to content

Instantly share code, notes, and snippets.

@barrykooij
Created August 21, 2019 08:08
Show Gist options
  • Save barrykooij/67578df92db4c8133d4106135ec08114 to your computer and use it in GitHub Desktop.
Save barrykooij/67578df92db4c8133d4106135ec08114 to your computer and use it in GitHub Desktop.
add_filter( 'dlm_as3_request_valid_minutes', function ( $minutes, $download, $version, $path ) {
return 60;
}, 10, 4 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment