• Resolved vasilis4sar

    (@vasilis4sar)


    Hello,

    I am use this plugin and works properly.
    However, I would like to reload the page after each acceptance / rejection / save.

    Is that possible?

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Moove Agency

    (@mooveagency)

    Hi @vasilis4sar

    Thanks for using our plugins.

    Yes, that’s possible, there is a hook for that in our Documentation tab (part of the plugin) called “Enable force reload”:

    add_action( 'gdpr_force_reload', '__return_true' );

    You need to add this to the functions.php file.

    Hope this helps.

    Thread Starter vasilis4sar

    (@vasilis4sar)

    Thanks for the prompt response.

    This action, reload the page only when I am saving the settings.
    Is it possible to Enable force reload, with “ok” button. {moove-gdpr-infobar-allow-all}

    Could you help me?

    Thank you.

    Plugin Author Moove Agency

    (@mooveagency)

    Hi @vasilis4sar

    Once you add the hook that we provided to your functions.php then it will reload the page on accept.

    Hope this helps.

    Thread Starter vasilis4sar

    (@vasilis4sar)

    Hello,

    You have right!
    I had conflict with Cache.

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘After consent reload page’ is closed to new replies.