Nonces, do we need them?
-
I have read the documentation:
I have ajax enabled.
i have this on my functions:
add_filter( 'nonce_life', function () { return 7 * DAY_IN_SECONDS; } );
I have html cache set to 604799 seconds.Still the error shows up after 7 days.
Is there a way to completely disable nonce check? I really prefer people being able to vote always. Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Nonces, do we need them?’ is closed to new replies.