Hash Nonce is missing
-
Hi,
In new updates Hash Nonce is missing, the reason is It won’t store cookie without hash_nonce.
Fix
Under src folder edit file class-ps-ajax.phpFind
wp_localize_script( ‘passster-public’, ‘ps_ajax’, array(Add Line
‘hash_nonce’ => wp_create_nonce( ‘ps-hash-nonce’ ),
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Hash Nonce is missing’ is closed to new replies.