nonce_life

过滤钩子


apply_filters( 'nonce_life', DAY_IN_SECONDS, $action )
参数
  • (int)
    $lifespan
    Lifespan of nonces in seconds. Default 86,400 seconds, or one day.
    Required:
  • (string|int)
    $action
    The nonce action, or -1 if none was provided.
    Required:
定义位置
  • wp-includes/pluggable.php
    , line 2258
引入
6.1.0
弃用

Filters the lifespan of nonces in seconds.

$nonce_life = apply_filters( 'nonce_life', DAY_IN_SECONDS, $action );