From 2dfb9e0f54e2c1ecddb76566c50d291d5e5941ca Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 10 Jul 2018 16:35:50 -0400 Subject: [PATCH] Fix splash login form redirect by removing unnecessary echo --- sections/landing-page.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/landing-page.php b/sections/landing-page.php index 48a0c0b..a5657fa 100644 --- a/sections/landing-page.php +++ b/sections/landing-page.php @@ -67,7 +67,7 @@ $args = array( 'echo' => false, 'form_id' => 'glm_login_form', - 'redirect'=> echo get_permalink(2) + 'redirect'=> get_permalink(2) ); $loginForm = wp_login_form($args); $captcha = apply_filters('cptch_display', '', 'glm_login_form'); -- 2.17.1