Redirecting login
-
I tried to add this snippet:
add_filter( 'registration_redirect', 'my_redirect_home' ); function my_redirect_home( $registration_redirect ) { return 'https://www.publictalksoftware.co.uk/registration-complete'; }But it didn’t work. Once login completed it redirected to standard login results.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Redirecting login’ is closed to new replies.