Skip to content

Instantly share code, notes, and snippets.

@mehul0810
Created November 6, 2020 20:12
Show Gist options
  • Save mehul0810/cad35fc7caf03e97ceb6e3f3b47d5d11 to your computer and use it in GitHub Desktop.
Save mehul0810/cad35fc7caf03e97ceb6e3f3b47d5d11 to your computer and use it in GitHub Desktop.
<?php
add_filter( 'nonce_life', function( $lifespan ) {
return 120;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment