wp_verify_nonce is always false even when the nonces are identical
Nonces don’t store absolute time, but the number of ‘ticks’ since the start of the unix epoch, where each tick is half a day long by default. To check a nonce, WordPress generates the current and previous nonces and compares the result to the value you passed in. This means that the nonce lifetime needs … Read more