Skip to content

Instantly share code, notes, and snippets.

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