From: Anthony Talarico Date: Tue, 24 Jul 2018 17:50:39 +0000 (-0400) Subject: changing login redirect link to take the uesr to the courses page X-Git-Tag: v1.0.0^2~28 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=a088ba48f02c628decc7fb6b5f19bf77f830c999;p=WP-Themes%2Fsaultstemarie360.git changing login redirect link to take the uesr to the courses page --- diff --git a/inc/glm-dev.php b/inc/glm-dev.php index 48febcc..aaa782f 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(414), + 'redirect' => get_permalink(363), ); $loginForm = wp_login_form($args); $captcha = apply_filters('cptch_display', '', 'glm_login_form');