• Resolved Chuckie

    (@ajtruckle)


    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)
  • Plugin Author Shea Bunge

    (@bungeshea)

    Have you tried this when registering a new account? It looks like this snippet only works for new signups, not logins.

    Thread Starter Chuckie

    (@ajtruckle)

    I ended up using the Theme My Login plugin. I still use one or two snippets but everything works as I would like.

    I also put a bit of code into my child theme function.php.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Redirecting login’ is closed to new replies.