Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barrykooij/ae8ed4f5007355d97202941fef0eef61 to your computer and use it in GitHub Desktop.
Save barrykooij/ae8ed4f5007355d97202941fef0eef61 to your computer and use it in GitHub Desktop.
add_filter( 'dlm_as3_request_valid_minutes', function ( $minutes, $download, $version, $path ) {
return 5;
}, 10, 4 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment