Simple code:
$starnonce = wp_create_nonce( 'star_nonce');
I'm passing the nonce from a form, for verification.
Why would I get the same value over and over again from WP, even after a reboot?
TIA,
Ed
Simple code:
$starnonce = wp_create_nonce( 'star_nonce');
I'm passing the nonce from a form, for verification.
Why would I get the same value over and over again from WP, even after a reboot?
TIA,
Ed