Core Function
View Source on Trac ↗ wp_nonce_tick()
wp_nonce_tick( mixed $action = -1 ) Returns the time-dependent variable for nonce creation.
Parameters 1 required
| Name / Type | Description |
|---|---|
| (string | | int) $action Optional. The nonce action. Default -1. Required |
Return Value
(float)
Float value rounded up to the next highest integer.
Function Information
Since Version
2.5.0
Source File
wp-includes/pluggable.php
Advertisement