• Resolved MrPreet

    (@harpreetfreelance)


    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.php

    Find
    wp_localize_script( ‘passster-public’, ‘ps_ajax’, array(

    Add Line
    ‘hash_nonce’ => wp_create_nonce( ‘ps-hash-nonce’ ),

Viewing 1 replies (of 1 total)
  • Hey @harpreetfreelance,

    thanks A LOT!

    I really appreciate your help on this.
    Sometimes you search so deep for the bug that you miss something that obvious..

    Thanks again. The update is released and includes the fix!

    Best regards,
    Patrick

Viewing 1 replies (of 1 total)

The topic ‘Hash Nonce is missing’ is closed to new replies.