Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mjb502

    (@mjb502)

    Nevermind, I think I got it to work. Tried all the different possible hooks (that made sense) and this was the winner:

    add_action( 'um_registration_after_auto_login', 'my_registration_after_auto_login', 10, 1 );
    	function my_registration_after_auto_login( $user_id ) {
    		wp_redirect( get_permalink() );
    		exit();
    }
    Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hi @mjb502

    Thanks for letting us know the solutions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Refresh active page after registration’ is closed to new replies.