Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@barrykooij
Created May 8, 2019 15:08
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/59e47b46d2348e2f0ab7094c3304d389 to your computer and use it in GitHub Desktop.
Save barrykooij/59e47b46d2348e2f0ab7094c3304d389 to your computer and use it in GitHub Desktop.
add_filter( 'dlm_as3_request_valid_minutes', function ( $minutes, $download, $version, $path ) {
return 1;
}, 10, 4 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment