How to redirect newly registered users to a specific page in WordPress?

    function wpsc_registration_redirect() {
        return home_url('/finished/');
    }
    add_filter('registration_redirect', 'wpsc_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