Support » Plugin: Advanced Google reCAPTCHA » Issues with custom redirect after registration

  • Resolved rcgcomni

    (@rcgcomni)


    Hi,

    We have a custom filter that will redirect users that register to a custom page, but the filter does not work when Your plugin is activated.

    Here the filter:

    add_filter( 'registration_redirect', 'custom_registration_redirect', 10, 3 );
    function custom_registration_redirect(){
        return home_url();
    }

    Here the HTML after the registration submission

    <div class="agr-recaptcha-wrapper"></div>

    Could You please look into this and update your plugin. Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Author WebFactory

    (@webfactory)

    Hi,
    Unfortunately, I wasn’t able to replicate this issue. Was it occurring on a clean install with just our plugin activated?

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.