Mika MAtikainen

Apr 15, 2020 · 4 min read

How to Redirect User After Registration in Woocommerce?

function wpsc_woo_registration_redirect() 
{
    return ‘http://your-url.here’; // URL to redirect your customer after registration
}
add_filter(‘woocommerce_registration_redirect’ ,  ‘wpsc_woo_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