Answer the question
In order to leave comments, you need to log in
What is the meaning of wp_nonce?
I understand how wp_nonce works, when submitting a form, a token is generated based on some variables:
substr( wp_hash( $i . '|' . $action . '|' . $uid . '|' . $token, 'nonce' ), -12, 10 )
hash_equals( $expected, $nonce );
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question