apply_filters( 'nonce_life', int $lifespan )

Filters the lifespan of nonces in seconds.


Parameters

$lifespan

(int) Lifespan of nonces in seconds. Default 86,400 seconds, or one day.


Source

File: wp-includes/pluggable.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.5.0 Introduced.