“Processing form data without nonce verification” error on wp_verify_nonce
-
The plugin is reporting the “Processing form data without nonce verification” warning on the call below:
wp_verify_nonce($_POST[‘_wpnonce’], ‘set_options’)
how can I verify the nonce if I can’t get it from the request?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.