Skip to content

Instantly share code, notes, and snippets.

@barrykooij
Created August 18, 2017 14:27
Show Gist options
  • Select an option

  • Save barrykooij/55d6924ad1a8fec1ec78025bfe1f4524 to your computer and use it in GitHub Desktop.

Select an option

Save barrykooij/55d6924ad1a8fec1ec78025bfe1f4524 to your computer and use it in GitHub Desktop.
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