Created
November 6, 2020 20:12
-
-
Save mehul0810/cad35fc7caf03e97ceb6e3f3b47d5d11 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
<?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