Redirect after successful registration with fronted registration form
registration_redirect is a filter hook, not an action hook, so your redirect_after_success_registration function never actually gets run. See this example of how to redirect using the filter: How to redirect a sucessful registration to a page template?