apply_filters( 'nonce_life', int $lifespan )

Filters the lifespan of nonces in seconds.


Description


Parameters

$lifespan

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


Top ↑

Source

File: wp-includes/pluggable.php

View on Trac


Top ↑

Changelog

Version Description
2.5.0 Introduced.