updating the login redirect url page to use the new courses page
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 27 Jul 2018 14:37:02 +0000 (10:37 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 27 Jul 2018 14:37:02 +0000 (10:37 -0400)
inc/glm-dev.php

index aaa782f..966da7a 100644 (file)
@@ -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');