Created
January 14, 2019 11:08
-
-
Save barrykooij/fc14573b695d28fedc967c837f923be5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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