Created
June 4, 2018 11:13
-
-
Save barrykooij/b3c9c51fa0a200851afbdd5071fe3bd1 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_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