Skip to content

Instantly share code, notes, and snippets.

@barrykooij
Created June 4, 2018 11:13
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/b3c9c51fa0a200851afbdd5071fe3bd1 to your computer and use it in GitHub Desktop.
Save barrykooij/b3c9c51fa0a200851afbdd5071fe3bd1 to your computer and use it in GitHub Desktop.
function dlm_add_custom_seconds_to_downloading_page( $seconds ) {
return 15;
}
add_filter( 'dlm_dp_automated_start_seconds', 'dlm_add_custom_seconds_to_downloading_page' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment