apply_filters( 'nonce_life', int $lifespan )
Filters the lifespan of nonces in seconds.
Description Description
Parameters Parameters
- $lifespan
-
(int) Lifespan of nonces in seconds. Default 86,400 seconds, or one day.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |