Is there a simple way to redirect a user to a "Thanks for registering, please check your email , blah blah" page?
Or, failing that, maybe just a simple popup message that says the same thing?
Thanks in advance.
PriMoThemes — now s2Member® (official notice)
This is now a very OLD forum system. It's in READ-ONLY mode.
All community interaction now occurs at WP Sharks™. See: new forums @ WP Sharks™
function __my_registration_redirect()
{
return home_url( '/pageName' );
}
add_filter( 'registration_redirect', '__my_registration_redirect' );
Users browsing this forum: Google [Bot] and 1 guest