• Resolved vallered

    (@vallered)


    Is there any way to avoid reload of page? This is especially anoying, if the page has some effects reloading twice.

    best regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author PascalBajorat

    (@pascalbajorat)

    Hey, you can use a filter in your functions.php for that:

    add_filter('gag-onstatuschange', function(){
        return  'function(){}';
    });
    Thread Starter vallered

    (@vallered)

    many thanks, but that snippet seems to be buggy, and online code checkers also show an error

    Thread Starter vallered

    (@vallered)

    sorry, it is working, my mistake was to copy it from the e-mail instead from here,

    all great,

    many thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to avoid reload of page after clicking accept or deny button’ is closed to new replies.