wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



nonce_life › WordPress Filter Hooks

Da6.1.0
Deprecaton/a
apply_filters( 'nonce_life', DAY_IN_SECONDS, $action )
Parametri: (2)
  • (int) $lifespan Lifespan of nonces in seconds. Default 86,400 seconds, or one day.
    Richiesto:
  • (string|int) $action The nonce action, or -1 if none was provided.
    Richiesto:
Definito a:
Codex:

Filters the lifespan of nonces in seconds.





Sorgenti

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