Created
August 18, 2017 14:27
-
-
Save barrykooij/55d6924ad1a8fec1ec78025bfe1f4524 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_30_day_cookies( $t ) { | |
| return time()+60*60*24*30; | |
| } | |
| add_filter( 'dlm_gf_cookie_expire_time', 'dlm_gf_custom_30_day_cookies' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment