How do I check if AJAX nonces are implemented correctly?
Your code is incorrect in some subtle ways but to get why we first need to get back to what is a nonce in wordpress and what does it protect against. A Nonce by the common definition is a number used only once and it is meant to fight replay attacks. In a replay attack … Read more