• Resolved Decimus

    (@decimus)


    We use Public Post Preview so we can share draft post with contributors that are not very tech savvy. Public Post Preview stopped working when we activated Temporary Login Without Password.

    We have used Temporary Login Without Password with FlyingPress support – so have now deactivated Temporary Login Without Password.

    I’m guessing its a conflict with the NONCE magic. Just thought you might like to know about the clash.

    We also use a snippet to extend the default 48hr time with Public Post Preview to 7 days

    add_filter( ‘ppp_nonce_life’, ‘my_nonce_life’ );
    function my_nonce_life() {
    return 60 * 60 * 24 * 7; // 7 days
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Shubhanshu Kandani

    (@shubhanshukandani)

    Hi @decimus ,

    Thank you for reaching out and bringing this to our attention.

    We’re looking into it and will update you soon.

    Hi @decimus,

    Hope you are doing well!

    In our testing, I found that the post-preview issue does not occur when the TLWP plugin is active. The issue only arises when the code snippets you provided are added.

    I have included a screen share for your reference. Therefore, the problem is not with the TLWP plugin but rather with the custom code used on the site.

    I hope this information is helpful!

    If you have any further questions, please let us know.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Clash with Public Post Preview Plugin’ is closed to new replies.