From: Anthony Talarico Date: Fri, 27 Jul 2018 14:37:02 +0000 (-0400) Subject: updating the login redirect url page to use the new courses page X-Git-Tag: v1.0.0^2~22 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=c8464aeb64e6279d1505c97cfa06520e64f1fc61;p=WP-Themes%2Fsaultstemarie360.git updating the login redirect url page to use the new courses page --- diff --git a/inc/glm-dev.php b/inc/glm-dev.php index aaa782f..966da7a 100644 --- a/inc/glm-dev.php +++ b/inc/glm-dev.php @@ -7,7 +7,7 @@ function glm_login_form( $atts ){ $args = array( 'echo' => false, 'form_id' => 'glm_login_form', - 'redirect' => get_permalink(363), + 'redirect' => get_permalink(832), ); $loginForm = wp_login_form($args); $captcha = apply_filters('cptch_display', '', 'glm_login_form');