Skip to content

Instantly share code, notes, and snippets.

@barrykooij
Last active November 6, 2017 07:56
Show Gist options
  • Save barrykooij/f3055366ea63444b96e2550789eeb224 to your computer and use it in GitHub Desktop.
Save barrykooij/f3055366ea63444b96e2550789eeb224 to your computer and use it in GitHub Desktop.
function dlm_add_custom_seconds_to_downloading_page( $seconds ) {
return 500;
}
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