changing login redirect link to take the uesr to the courses page
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 24 Jul 2018 17:50:39 +0000 (13:50 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 24 Jul 2018 17:50:39 +0000 (13:50 -0400)
inc/glm-dev.php

index 48febcc..aaa782f 100644 (file)
@@ -7,7 +7,7 @@ function glm_login_form( $atts ){
             $args = array(
                 'echo'           => false,
                 'form_id'        => 'glm_login_form',
-                'redirect'       => get_permalink(414),
+                'redirect'       => get_permalink(363),
             );
             $loginForm = wp_login_form($args);
             $captcha   = apply_filters('cptch_display', '', 'glm_login_form');