Mika MAtikainen

Apr 15, 2020 · 4 min read

How can I redirect a user to a specific page after they successfully register on my WordPress website?


    function wpsc_wps_registration_redirect(){
        return home_url( '/finished/' );   
    } 
    add_filter( 'registration_redirect', 'wpsc_wps_registration_redirect' );

Subscribe To Our Newsletter

Join our mailing list to receive the latest news and updates from our team.

You have Successfully Subscribed!

Share This