Redirect users after registration
-
I am using your plugin so that WooCommerce accounts need to be approved. And it’s working great. My only issue is, I need to redirect people after they attempt to register, so that they get to a page where I tell them more about the process and when they can expect to hear from us.
But my code is not working with the plugin. Whenever I turn the plugin off it redirects perfectly, whenever I use the plugin it doesn’t redirect.
`/* Redirect efter tilmelding */
add_filter( ‘woocommerce_registration_redirect’, function( $var ) {
if ( !empty( $var ) ) $var = get_page_link( 963 );return $var;
});
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Redirect users after registration’ is closed to new replies.