Redirect to url after registration on webinar listings page
-
I have a webinar listings page and I need to be able to redirect users back to the specific webinar they have registered for. I can’t get the code below to work, but feels like this action after registration would work? i’ve stuck this in function.php, but not able to get it working.
add_action( ‘um_registration_complete’, ‘my_registration_complete’, 10, 2 );
function my_registration_complete( $user_id, $args ) {
wp_redirect(“/redirecturl”);
}
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Redirect to url after registration on webinar listings page’ is closed to new replies.