Skip to content

Instantly share code, notes, and snippets.

@woogist
Created July 3, 2015 10:27
Show Gist options
  • Save woogist/5f741e9e75b6f51f9a67 to your computer and use it in GitHub Desktop.
Save woogist/5f741e9e75b6f51f9a67 to your computer and use it in GitHub Desktop.
add_filter( 'wc_session_expiring', create_function( '', 'return 10;' ) );
add_filter( 'wc_session_expiration', create_function( '', 'return 15;' ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment