Last active
November 6, 2017 07:56
-
-
Save barrykooij/f3055366ea63444b96e2550789eeb224 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 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