From: Anthony Talarico Date: Fri, 30 Mar 2018 13:30:24 +0000 (-0400) Subject: changing login redirect to go to downloads page X-Git-Tag: v1.0.0^2~49 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=7a45bea72375575fc6fda11d41a88447d9b55a60;p=WP-Themes%2Fhospitalitymentality.git changing login redirect to go to downloads page changing the login redirect to go to lessons and downloads --- diff --git a/inc/glm-dev.php b/inc/glm-dev.php index 02a144f..1c493eb 100644 --- a/inc/glm-dev.php +++ b/inc/glm-dev.php @@ -5,9 +5,9 @@ function glm_login_form( $atts ){
false, - 'form_id' => 'glm_login_form', - 'redirect' => "http://localhost/wp/hospitalitymentality/", + 'echo' => false, + 'form_id' => 'glm_login_form', + 'redirect' => get_permalink(14), ); $loginForm = wp_login_form($args); $captcha = apply_filters('cptch_display', '', 'glm_login_form');