Skip to:
Content
Pages
Categories
Search
Top
Bottom

Redirect after registration


  • Reiner
    Participant

    @reiner1

    After successful registration, how can I be redirected to a page that explains what happens next?
    Currently I remain on the registration page after clicking Complete Registration.

Viewing 1 replies (of 1 total)
  • function redirect_after_registration() {
    return home_url( ‘/your-page-name’ ); // Replace ‘/your-page-name’ with the URL of the page you want to redirect users to.
    }
    add_filter( ‘registration_redirect’, ‘redirect_after_registration’ );

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