Skip to content

Instantly share code, notes, and snippets.

@barrykooij
Last active November 6, 2017 07:53
Show Gist options
  • Save barrykooij/506552f516aebf50cdd085f6a5df3143 to your computer and use it in GitHub Desktop.
Save barrykooij/506552f516aebf50cdd085f6a5df3143 to your computer and use it in GitHub Desktop.
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