Skip to content

Instantly share code, notes, and snippets.

@adamsilverstein
Created November 21, 2018 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamsilverstein/cf39db696d242e6c1f2f7695442d7fc0 to your computer and use it in GitHub Desktop.
Save adamsilverstein/cf39db696d242e6c1f2f7695442d7fc0 to your computer and use it in GitHub Desktop.
shorten nonce lifetimes
add_filter( 'nonce_life', function () { return 25; } );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment