From 8e4eb5a21aa2e9eea5345d9103ada8c527741486 Mon Sep 17 00:00:00 2001 From: alex-418 Date: Mon, 27 Aug 2018 17:14:14 -0700 Subject: [PATCH] provide a manual link in case browser redirection fails --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 07aa725..e282570 100644 --- a/functions.php +++ b/functions.php @@ -1683,7 +1683,7 @@ function eypd_maybe_url( $url ) { function eypd_redirect_after_register() { if ( isset( $_POST['signup_username'] ) ) { $profile_url = home_url() . '/members/' . $_POST['signup_username'] . '/profile/edit'; - echo $html = 'Redirecting to profile ... '; + echo $html = 'Redirecting to profile ... click here if you are not automatically redirected.'; } }