Last active
November 6, 2017 07:53
-
-
Save barrykooij/506552f516aebf50cdd085f6a5df3143 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_gf_custom_max_cookies( $t ) { | |
return 2147483647; | |
} | |
add_filter( 'dlm_gf_cookie_expire_time', 'dlm_gf_custom_max_cookies' ); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment