nonce_life

最后更新于:2021-11-27 11:10:23

apply_filters( ‘nonce_life’, int $lifespan )

Filters the lifespan of nonces in seconds.

参数

$lifespan

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

源文件

文件: gc-includes/pluggable.php

View on Trac